DBSchema: allow specifying custom identificationColumn for PSQL

Authored by dvratil on Sep 8 2016, 10:38 AM.

Description

DBSchema: allow specifying custom identificationColumn for PSQL

Some tables we have don't have the "id" column, so when using
PostgreSQL, queries like "INSERT .... RETURNING id" fail. For
those table we can now manually specify an identificationColumn
or unset it which prevents QueryBuilder from using "RETURNING"
in INSERT statements completely.

This fixes Tag and Relation support on PostgreSQL.

Details

Committed
dvratilSep 8 2016, 10:38 AM
Parents
R165:0d5bcf350ed0: DataStore: remove unused appendMimeType() method
Branches
Unknown
Tags
Unknown