https://bugs.documentfoundation.org/show_bug.cgi?id=130564
--- Comment #14 from Julien Nabet <[email protected]> --- I re-read all this. The pb is still here with master sources updated today. The pb with the patch abandoned is the fact SQLGetInfo doesn't provide a statement. I tried to figure out how to add something a new row in XResultset returned by SQLTables if SQLGetInfo indicates there's VIEW, either in getTableTypes or in openTablesTypes but it seems we can't add a row easily since there's no getRows/setRows() (at least for odbc since in Firebird part they exist). What a mess whereas SQLTables should just have an option to tell if we should consider all the possibilities of the database in general (Postgresql, MariaDB, etc.) or by restraining on the existing tables, views... of the specific database we work on. -- You are receiving this mail because: You are the assignee for the bug.
