https://bugs.documentfoundation.org/show_bug.cgi?id=156355
--- Comment #2 from [email protected] --- (In reply to Robert Großkopf from comment #0) > Note: Views with internal HSQLDB will change the code while creating a view > from a query with > SELECT * FROM "tbl_person" > to > SELECT "tbl_Person"."ID", "tbl_Person"."Forename", "tbl_Person"."Surname" > FROM "tbl_Person" Who says that my definition should be changed field by field? If I want a field by field definition I can do it by myself, but I may want another approach, and why does the code have to change my definition? Maybe one of the reasons why Firebird is not moving forward is because we want it to do the same thing as HSQLDB *and in the same way*. I don't know if Firebird has more or less capabilities than HSQLDB, but what is surely wrong is to force it to do things the same way as another database, even when the results obtained in its own way are correct. -- You are receiving this mail because: You are the assignee for the bug.
