Skip to content
Commit 37817e26 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

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.
parent 0d5bcf35
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment