https://bugs.documentfoundation.org/show_bug.cgi?id=156355
--- Comment #3 from Robert Großkopf <[email protected]> --- (In reply to jcsanz from comment #1)> > 3. Edit in SQLview. In this case you are doing a *new definition* of the > view as the word *edit* suggest. No, I don't do anything *new*. I have opened the code for the view. I didn't change anything. So I could close the view, which is opened in the editor, and aren't remembered to save anything. So Firebird does execute something other than SELECT * FROM "tbl_person" when executing the view. Seems also Firebird had saved a view, which contains all fields when created first, not '*' as sign for all fields. Don't know where to find the view definition in Firebird, but execute SELECT * FROM RDB$DEPENDENCIES will show: There are 3 fields bounded with FIELD_NAME. When executing the view I am editing and there are more fields the button for saving should be activated and a warning should appear - not closing without warning. -- You are receiving this mail because: You are the assignee for the bug.
