tds-fdw / tds_fdw

A PostgreSQL foreign data wrapper to connect to TDS databases (Sybase and Microsoft SQL Server)
Other
377 stars 101 forks source link

Qualify Sybase tables syscolumns, etc. with owner dbo #267

Closed cstork closed 4 years ago

cstork commented 4 years ago

In Sybase/SAP SQL Anywhere the table name syscolumns is ambiguous since there are dbo.syscolumns and sys.syscolumns. This patch fixes that and qualifies all systables appropriately to future-proof the code.

jenkins-juliogonzalez commented 4 years ago

Can one of the admins verify this patch?

GeoffMontee commented 4 years ago

Test this, please

jenkins-juliogonzalez commented 4 years ago

Test FAILed.

juliogonzalez commented 4 years ago

Retest this, please

jenkins-juliogonzalez commented 4 years ago

Test PASSed.

GeoffMontee commented 4 years ago

This has been merged. Thanks for the contribution!