forked from babelfish-for-postgresql/babelfish_extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the github issue : jdbc driver getTables return empty result (bab…
…elfish-for-postgresql#764) * Fix the github issue : jdbc driver getTables return empty result babelfish-for-postgresql#535 Task: BABEL-3640 Signed-off-by: Zhibai Song szh@amazon.com
- Loading branch information
1 parent
a45e8a7
commit e67ca05
Showing
15 changed files
with
455 additions
and
53 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
use babel_3640_db | ||
go | ||
|
||
drop procedure babel_3640_p1 | ||
go | ||
drop procedure babel_3640_p2 | ||
go | ||
drop procedure babel_3640_p3 | ||
go | ||
|
||
drop procedure babel_3640_p4 | ||
go | ||
drop procedure babel_3640_p5 | ||
go | ||
drop procedure babel_3640_p6 | ||
go | ||
|
||
drop table trans2 | ||
go | ||
|
||
drop view t_sptables5 | ||
go | ||
|
||
drop table MyTable1 | ||
go | ||
|
||
use master | ||
go | ||
|
||
drop database babel_3640_db | ||
go |
Oops, something went wrong.