Skip to content

Do not use alias in returning expression

Cédric Krier requested to merge topic/default/returning-alias into branch/default

SQLite does not support alias in RETURNING expression and anyway only columns of the table can be used.

Closes #86 (closed)

Merge request reports