Changelog
- 3c1a1ac Fix typos
- 02887e1 Implement user-defined variables
- c6911c1 Merge branch 'main' into query-history
- a3ce269 Merge branch 'main' into query-history
- 0cc4b19 Merge pull request #193 from jorgerojas26/query-history
- 3859a9f Merge pull request #196 from kianmeng/fix-typos
- 125d632 Merge pull request #197 from CalebJohnHunt/cmd-variables
- 4dd9642 Merge pull request #208 from codeErrorSleep/feature/mysql-show-full-columns
- ffdfefc add yank to query history modal
- 2df1187 creates an env var with the current connection that can be read by the external editor
- 28da619 feat: Add query to history after successful execution
- 0541a06 feat: Capture and store executed query when filtering records.
- adc5b9b feat: Implement query history modal with filtering and copy.
- e2e7e77 feat: Initialize query history map in app initialization
- c30b11a feat: Return query string in SQLite GetRecords method
- 44745c5 feat: Update GetRecords to return the executed SQL query string
- f201ccf feat: update MySQL query to use SHOW FULL COLUMNS for table column retrieval
- 4ceba9f fix linter
- 95b90a4 fix mssql call to FormatArg
- 25a993a fix tests
- 5f5c34c fix: loading modal causing app to get stuck
- 0e80aad fix: prevent double focusing on tab change
- ca48351 fix: show save modal on filtering
- e82ce12 fix: table modals not showing
- be3034d fix: yank query only yanking first line
- f22be60 go back to manage tabbed menu keymaps on parent components and other adjustments
- 60eb053 implements saved queries
- 9fef7eb improves behavior of external sql editor
- 7fb4fd6 linter fixes
- cbbcf50 refactor: Enhance MSSQL GetRecords with query string and count WHERE