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.
Fix case-sensitive semantics of some catalog columns (babelfish-for-p…
…ostgresql#2111) Fix case-sensitive semantics of some catalog columns - some sys catalogs listed below have default collation of postgres because of wrong data-type (pg_catalog) hence the default collation of these catalog columns shows case-sensitive behaviour which shouldn't be the case in Babelfish. List of views getting fixed - {sys.stats, sys.data_spaces, sys.dm_exec_connections, sys.syscolumns, sys.system_objects, sys.xml_indexes, sys.sysprocesses, sys.sysforeignkeys, sys.check_constraints, sys.default_constraints, sys.key_constraints, sys.foreign_keys, sys.views, sys.tables, sys.types, sys.sp_special_columns_view, sys.sp_sproc_columns_view, sys.assembly_types, sys.systypes, sys.table_types, sys.all_parameters} Task: BABEL-4529 Signed-off-by: Sandeep Kumawat <[email protected]>
- Loading branch information
1 parent
f9f329d
commit 7a179ea
Showing
56 changed files
with
5,099 additions
and
179 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
Oops, something went wrong.