forked from babelfish-for-postgresql/babelfish_extensions
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support DATETRUNC() function (babelfish-for-postgresql#1846)
* support DATETRUNC() function * test failures * code refectoring and some jdbc tests * test failure * Revert "test failure" This reverts commit bfcac2e. * address comments * address review comments Signed-off-by: Sandeep Kumawat <[email protected]> --------- Co-authored-by: Sandeep Kumawat <[email protected]>
- Loading branch information
1 parent
843132c
commit a6fc14b
Showing
17 changed files
with
1,582 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
DROP VIEW DATETRUNC_vu_prepare_v1 | ||
GO | ||
|
||
DROP VIEW DATETRUNC_vu_prepare_v2 | ||
GO | ||
|
||
DROP VIEW DATETRUNC_vu_prepare_v3 | ||
GO | ||
|
||
DROP VIEW DATETRUNC_vu_prepare_v4 | ||
GO | ||
|
||
DROP VIEW DATETRUNC_vu_prepare_v5 | ||
GO | ||
|
||
DROP VIEW DATETRUNC_vu_prepare_v6 | ||
GO | ||
|
||
DROP VIEW DATETRUNC_vu_prepare_v7 | ||
GO | ||
|
||
DROP VIEW DATETRUNC_vu_prepare_v8 | ||
GO | ||
|
||
DROP VIEW DATETRUNC_vu_prepare_v9 | ||
GO | ||
|
||
DROP VIEW DATETRUNC_vu_prepare_v10 | ||
GO | ||
|
||
DROP VIEW DATETRUNC_vu_prepare_v11 | ||
GO | ||
|
||
DROP PROCEDURE BABEL_3953_vu_prepare_p1 | ||
GO | ||
|
||
DROP PROCEDURE BABEL_3953_vu_prepare_p2 | ||
GO | ||
|
||
DROP PROCEDURE BABEL_3953_vu_prepare_p3 | ||
GO | ||
|
||
DROP PROCEDURE BABEL_3953_vu_prepare_p4 | ||
GO | ||
|
||
DROP PROCEDURE BABEL_3953_vu_prepare_p5 | ||
GO | ||
|
||
DROP PROCEDURE BABEL_3953_vu_prepare_p6 | ||
GO | ||
|
||
DROP FUNCTION BABEL_3953_vu_prepare_f1 | ||
GO | ||
|
||
DROP FUNCTION BABEL_3953_vu_prepare_f2 | ||
GO | ||
|
||
DROP FUNCTION BABEL_3953_vu_prepare_f3 | ||
GO |
Oops, something went wrong.