Hi!
I would like to propose an enhancement to SQLite diagnostics in case of
unique constraint failure.
Currently the message does not contain the name of constraint in question,
only columns. For example:
sqlite> CREATE TABLE c_test (c0 INTEGER, c1 INTEGER, c2 INTEGER, CONSTRAINT
U_X1 UNIQ
Hi!
I would like to propose an enhancement to SQLite diagnostics in case of
unique constraint failure.
Currently the message does not contain the name of constraint in question,
only columns. For example:
sqlite> CREATE TABLE c_test (c0 INTEGER, c1 INTEGER, c2 INTEGER, CONSTRAINT
U_X1 UNIQ
2 matches
Mail list logo