Jean-Christophe Arnu
Jean-Christophe Arnu
FWIW : There's a bit type in PostgreSQL : If MSSQL type bit should be mapped, it certainly should be on bit/varbits : https://www.postgresql.org/docs/12/datatype-bit.html boolean type is 1 byte wide....
One more word on this, maybe it should be checked in unit tests ?
> Yeah, I agree. We should probably add a check right around these two places, for both MS SQL Server and Sybase: > > https://github.com/tds-fdw/tds_fdw/blob/d50c09f88f87ee842357211aa85441d47c93e27c/src/tds_fdw.c#L3044 > > https://github.com/tds-fdw/tds_fdw/blob/d50c09f88f87ee842357211aa85441d47c93e27c/src/tds_fdw.c#L3434 > >...
Well, it turns out, `information_schema` does not appear also in `sys`as a schema. So the only change needed is to check if any table is present in such a schema....
Not sure of my assumptions but it may be some kind of pushdown to the foreign server ?
This issue is the same than #219 : Sorry for duplicating it, I'm working on it and testing the changes on my branch/repo. It seems to work. The problem is...
@GeoffMontee as I'm working on that part, do you agree on this feature request ?
Same behaviour with 140 SQL line query. Understood it's known fact and that it will be fixed. Just to say it'll be appreciated when fixed (as it is for the...
Hello Gilles, Thanks for your reply. My current follow-up is only to improve or broaden the discussion on input/output encodings. I agree `use utf8;` may be a good choice. It...