https://bugs.documentfoundation.org/show_bug.cgi?id=144506
--- Comment #11 from Andrew Richardson <[email protected]> --- Created attachment 181509 --> https://bugs.documentfoundation.org/attachment.cgi?id=181509&action=edit Demo BASE file demonstrating bad behaviour Created a Demo BASE file with an embedded database demonstrating bad behaviour. The tree of tables is NOT displayed with the different schemas shown as parent nodes. All tables can be opened EXCEPT for "TEMP_CAMP_DETAIL", which is owned by a non-PUBLIC schema. Suspect fixing the root cause of bug will allow all tables to be opened. Expected behaviour is the tree view will show every schema name, then all table names within that schema as children nodes. For the Demo case, the schemas are "PUBLIC" and "BOARS_USER1". Under "BOARS_USER1", only "TEMP_CAMP_DETAIL" should be listed. All other tables would appear under "PUBLIC" schema. -- You are receiving this mail because: You are the assignee for the bug.
