Skip to content

PostgreSQL: Fixing WITH OIDS flagg for >11 version

Pavlo Solntsev requested to merge pavlosun/libgda:wip/pgsql_oids into master

See #209 (closed)

I think this is how we can approach this problem for now. For versions before 12 we have WITH OIDS appended to the CREATE TABLE command, for version 12 and later it will not be added. This parameter is provider specific. Since we don't have a generic mechanism on how to deliver provider specific parameters we may have some limitations.

Merge request reports