https://bugs.freedesktop.org/show_bug.cgi?id=69949

--- Comment #2 from Lionel Elie Mamane <[email protected]> ---
Seeing Firebird as our new default/embedded database, I think it should rather
support autoincrement-by-GUI. Expecting users to create the trigger themselves
is just too newbie-unfriendly.

We can just derive the name of the trigger and sequence (generator) from the
name of the table and column, the way PostgreSQL does it (PostgreSQL also uses
a sequence for autoincrement columns, but has some syntactic sugar that will
automatically create the sequence).

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

Reply via email to