Releases: sqls-server/sqls
Releases · sqls-server/sqls
sqls v0.2.27
sqls v0.2.25
What's Changed
- H2 database support by @CGNonofr in #84
- add support for Vertica by @baron42bba in #95
New Contributors
- @baron42bba made their first contribution in #95
Full Changelog: v0.2.24...v0.2.25
sqls v0.2.24
What's Changed
- internal/formatter: fix incorrect formatting with INSERT INTO by @danishprakash in #90
- Kul feature №1: Join completion on foreign keys. by @srgsf in #89
- Implement ShowTables by @mattn in #102
- Update installation go cmd by @rcalimlim in #97
- ci: upgrade actions and use go1.18 for build by @chenrui333 in #100
- handle alias name for switching connections by @mattn in #106
- Readme: add Emacs editor plugin by @pataquets in #107
- replace package name by @mattn in #116
- fix specifying numbered connection by @mattn in #117
- Fix typos & cosmetic changes by @mattn in #118
- build(deps): bump golang.org/x/crypto from 0.0.0-20210921155107-089bfa567519 to 0.17.0 by @dependabot in #115
- update GitHub workflows by @mattn in #120
- upgrade go version & update deps by @mattn in #119
- go mod tidy by @mattn in #124
- update workflows by @mattn in #125
- do not use goreleaser by @mattn in #126
- fix name, version, revision by @mattn in #127
New Contributors
- @danishprakash made their first contribution in #90
- @rcalimlim made their first contribution in #97
- @chenrui333 made their first contribution in #100
- @pataquets made their first contribution in #107
- @dependabot made their first contribution in #115
Full Changelog: v0.2.22...v0.2.24
sqls v0.2.20
Changelog
d2cda9c Added MSSQL support
28ed72a Fixed unit tests
a21a470 Merge pull request #63 from cmoog/initconfig
01d9f6f Merge pull request #64 from cmoog/sort_completions
41b5f76 Merge pull request #68 from alexhokl/mssql
2ec7993 allow LSP client to set database connection config
413ed89 fix: Fix bug
2c1fb95 sort completion items by kind