Changelog
- 944f14b Add Azure AD support for Azure SQL connections
- a92a2a3 Add Ctrl+H shortcut to toggle pinning file tree sidebar
- 6f9aa69 Add ReadOnly field to Connection model
- 7523b0e Add SQL mutation validation for read-only mode
- 2ab0c78 Add read-only checkbox to connection form
- 3e4b6d7 Addressing PR comments
- 482f1be Block editing in Sidebar for read-only connections
- b9f5f50 Catch unknown provider
- 1010c9a Display visual indicator for read-only connections
- 82d0644 Implement read-only mode in ResultsTable
- ffc1109 Make consistent color to light blue!
- ab8c325 Merge branch 'main' into tree-toggle
- e52bf1a Merge pull request #232 from iihmsunn/main
- 55b1189 Merge pull request #234 from byuly/feat/read-only-mode
- 2f10981 Merge pull request #236 from Publicker/azure-sql-ad-auth
- a4e98ca Merge pull request #240 from RuairidhWilliamson/catch-unknown-provider
- d4a5b52 Merge pull request #241 from OrenSayag/patch-1
- 17e2120 Merge pull request #242 from janusfil/fix/allow-type-gt-char-in-filter
- 4fd59ec Merge pull request #248 from itsmewes/tree-toggle
- b8dd9c8 Merge pull request #252 from jorgerojas26/fix-linting
- 971d886 Propagate read-only mode to Home component
- 0c5df6c SetCellSimple supports color changes, no need to make a new cell
- 3b7f476 Show left wrapper when moving left, hide when moving right if tree is not pinned
- fdba21f Update README.md
- d49e084 add move driver information to reduce ambiguity
- 00f90ad add proper "non implemented" errors to drivers
- a1de77e add readonly parameter for connecting with args
- 347cc63 changes how the toggling works because of a bug on postgres connections
- 313f3a6 changes the toggle tree keymap
- d0b33f2 fix all mssql databases showing the same list of tables
- 371ecb3 fix an issue for drivers that don't support functions/procedures
- 9401986 fix linter issues
- 948cff3 fix mssql not passing the selected database into queries
- 16bbfde fix mssql tests
- 6ba2160 fix selected database when opening tables or functions
- 8624391 fix unable to type chars like <,>,{,} into table filter input
- e49d3b5 functions support initial commit
- 60c456b linter fixes
- 4a618a0 opening functions/procedures/view from the tree
- 8af630f revert a rename
- 181fd03 rewrite code for selecting tree nodes to have proper data of what they represent
- 74029c3 updating documentation for read only mode