forked from IvorySQL/IvorySQL
-
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.
Add support for oracle invisible columns (IvorySQL#679)
* Add support for oracle invisible columns * Add ora invisible column support in describe - Add invisible column support in psql extended describe command (\d+) * Add regression for oracle invisible column * Test Invisible columns in CREATE TABLE * Fix failing regression for ivy_ddl * Correct the pg_dump info for the Invisible Columns * Refactor Invisible cols code for better understanding * Add support for MODIFY column visibility * Add tab-complete for invisible columns * fix: Invalid version while dumping invisible cols remoteVersion should be 170000 instead of 150000 in pg_dump.c
- Loading branch information
1 parent
fa4c4cf
commit 510fd2a
Showing
42 changed files
with
2,035 additions
and
810 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
Oops, something went wrong.