Between 8.1 and 8.3 behavior was changed with the database query browser with how it sees tables from sql server. In the database I am working on there are many schemas with similar structure, and though it never showed the schema, it did show a table per schema like so -
Now in 8.3 it only shows one table name across all the schemas -
For both 8.1 and 8.3 you open it up the columns are mangled - it seems like a column per table per schema
Would be nice if this was fixed as a small quality of life improvement if possible
I know the schema in sql server doesn't generalize to all databases so I can live with not having that listed, but i do think each table should only show its own columns, not a copy of each column per schema.table that shares the same name.


