Skip to content

Commit

Permalink
DMS - Allow TSQL System views to display BYTEA datatype information (b…
Browse files Browse the repository at this point in the history
…abelfish-for-postgresql#1532)

This change allows Information_schema_tsql to return PG base types and sp_columns_100 to return data for bytea columns as well.

Signed-off-by: Sai Rohan Basa [email protected]
  • Loading branch information
basasairohan committed Jun 1, 2023
1 parent a09a7bf commit 5e2f369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/JDBC/expected/psql_logical_babelfish_db.out
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ go
alter server role sysadmin add member logical_database_l1
go

-- psql user=logical_database_l1 password='12345678'
-- psql user=logical_database_l1 password=12345678
select * from information_schema_tsql.columns where "TABLE_NAME"='sysdatabases';
go
~~START~~
Expand Down
2 changes: 1 addition & 1 deletion test/JDBC/input/psql_logical_babelfish_db.mix
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ go
alter server role sysadmin add member logical_database_l1
go

-- psql user=logical_database_l1 password='12345678'
-- psql user=logical_database_l1 password=12345678
select * from information_schema_tsql.columns where "TABLE_NAME"='sysdatabases';
go

Expand Down

0 comments on commit 5e2f369

Please sign in to comment.