feat(#311): introspect schemas in mssql driver - #312
Conversation
|
Thanks for taking this one on, the schema nodes are a real gap for MSSQL. A few things to sort out before this can land. 1. It doesn't compile against current Rebasing on 2. The sidebar branch reads the wrong schema source. MSSQL is Practical effect on a server with more than one database: expand Since 3. Happy to look again once the rebase and the schema-source question are settled. |
|
I see. Thanks for the response. Grouping as you described under point 2 would be done in the sidebar? |
|
Yes, entirely in the sidebar: Concretely, in the lazy branch of Two things worth knowing while you do it:
A unit test next to |
Summary
Added schema introspection for mssql databases.
What does this resolve?
How was this solved?
If schemas are present for a connection build child tree nodes using Sidebar::build_schema_children.
Validation
Where was this tested?
Checklist
CHANGELOG.mdunder## [Unreleased]if this is user-visibleLabels to apply
driver:feature
ui:feature