Closed GeoffMontee closed 6 years ago
Hi,
Nice work, thx @select-artur !!!
But it doesn't work on my (very) old Sybase ASE 12.5, seems like it's stopping right after sending the query
SELECT schema_name FROM information_schema.schemata WHERE schema_name = 'dbo'
Not trying the sysusers table.
I didn't get the difference between EXEC_FAILED and EXEC_FALSE...
And there is a mistake in the query that is getting the schema, after "sc.scale" and before the "FROM", there is a comma.
Thx for the hard work so far !
PS : Sorry for my english, i'm french :-)
Oh, ok. Thank you for testing. I'll investigate it.
Hi, I created the pull request #110 . I think it should work now :)
This PR was merged a while ago, so I'll go ahead and close this.
Issue #75 is about implementing IMPORT FOREIGN SCHEMA for tds_fdw, but apparently, MS SQL Server and Sybase will require different implementations. The MS SQL Server implementation was covered by pull request #91. So far, the Sybase implementation has not been created.