https://bugs.documentfoundation.org/show_bug.cgi?id=105240

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from [email protected] ---
This couldn't be a bug.
It isn't allowed to insert NULL into a field for a primary key.
Identity columns are implicitly NOT NULL (non-nullable).

See:
http://www.firebirdsql.org/file/documentation/release_notes/html/en/3_0/rnfb30-ddl-enhance.html#rnfb30-ddl-identity

You have to define a value for the field "ID" (which must be a unique value) or
you have to write down a list of all fields in the INSERT-command.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to