https://bugs.documentfoundation.org/show_bug.cgi?id=130376
--- Comment #5 from Robert Großkopf <[email protected]> --- Bug is still the same with LO 7.3.0.3 SELECT "ID-Test", "Text" FROM "public"."Test" AS "a" will return '0' in "ID-Test" for every new row. SELECT "ID-Test", "Text" FROM "public"."Test" AS "Test" will work well. Could be it is because SELECT "ID-Test", "Text" FROM "Test" will work also. Setting an Alias for the table will destroy the returning for input new values. This will only appear in query GUI. Tools → SQL will work right. -- You are receiving this mail because: You are the assignee for the bug.
