You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: refactored `connectionState` into a `ClientManager` class; resolved some sonarlint remarks
* chore: refactored the main `reverseCollectionsToJSON` function in RE, reducing the in-place complexity, splitting it to smaller pieces
* feat: restricted some queries to a predefined set of schemas and tables
* fix: concatenated the query properly
* fix: proper formatting, returned to tagged template literals for simple queries
* feat: optimized queries for `getSpatialIndexes`, `getFullTextIndexes`, `getViewsIndexes`
* fix: removed inapplicable WHERE clause for `getViewsIndexes`
* feat: optimized queries for `getDatabaseMemoryOptimizedTables`, `getDatabaseCheckConstraints`, `getTableKeyConstraints`, `getDatabaseXmlSchemaCollection`
* chore: improved ClientManager API, eliminated redundant `sshService` manipulations
* fix: key constraints
* fix: moved WHERE clause parts to LEFT JOIN
* chore: reduced implicit complexity
---------
Co-authored-by: Thomas Jakemeyn <thomas.jakemeyn@gmail.com>
0 commit comments