Releases: sqls-server/sqls
sqls v0.2.3
Changelog
e69d187 Fix subquery hover
sqls v0.2.2
Changelog
df5bce4 Add asterisk identifier on joined subquery
ac27642 Add asterisk subquery completion
baa06c7 Add member asterisk identifier on joined subquery
770a06d Add recursive read of subquery
f5dfa2e Add subquery hover
bb749f6 Fix subquery hover info
dfa7e44 Fix test
2b49fb0 Merge pull request #36 from lighttiger2505/add-subquery-hover
4ce66ac Merge pull request #37 from lighttiger2505/fix-recursion-subquery-table-info
6f977d8 Modify readme
fff778e Modify subquery parse
965caf2 Replace subquery column data structs
3051569 Update version
59281e0 Update version
sqls v0.2.1
sqls v0.2.0
Changelog
aa72b5c (docs): fixed small error
e674d2b Add schema completion for the PostgreSQL
b6c649f Add "lowercaseKeywords" configuration settings
b1b0d16 Add anime gif of lsp hover
ee4d229 Add back quoted identifier completion
7cbb106 Add case completion test
c083772 Add check hover position
c551ae5 Add collect aliases
b6a0b10 Add column completion with database specific
822ead5 Add completion document
97978d7 Add completion item detail
0e6dda8 Add completion pattern for the switch case
344bff9 Add completion type referenced table
0951344 Add database completion
6c004f6 Add database completion test
25b8fc8 Add database fetch worker
34efc3c Add database method
f4e1758 Add format logic
c897ef3 Add format test
ef68511 Add format test and fix parse caret
8f9836d Add format test case group by
16e093f Add format util
f49500e Add formatter
dc5d894 Add formatting test case
3cd8da5 Add get default database schema
0c0e7d0 Add go releaser
0902ae4 Add hover aliased table column
3c50ade Add ignore comment
becff04 Add license
4737b3c Add lsp hover feature
dca06f1 Add multi keyword
3e195d4 Add multi statement execution
119b505 Add operator parse test
8835e01 Add over ssh connection to mysql
1f89d78 Add parse expression in parenthesis
1954925 Add parse of multiple sub query
9db6c1e Add parse operator test
53400de Add parse to case statement
b47073b Add parse util function
b1f3b14 Add parser test
347960e Add range option to the execute command
46332a3 Add show variability option for the execute query
ccdbeea Add ssh config
4fd57af Add sub query completion item
69bba54 Add table completion by database scheme
31b408e Add test
911fdf6 Add testdocument/formatting protocol
4097865 Add the show schema command
09e083c Add use postgresql via ssh
1b8000a Add vscode extension to readme
0e8d01b Bump setup-go and checkout actions
bc69954 Change extract table through FROM clause in the sub query
218ad8b Change response of no hover
6c6e087 Change timing of DB connection using configuration file
01074bc Change to golden file test
4c12dbb Change to stop completion after the AS
keyword on the cursor
0d04355 Change to use context
f68e4ac Change token position start value
f92ceec Change variable scope
c49b7cd Clean argument
72015b7 Clean completion test cases
fc8a652 Clean completion tests of where condition
c11b305 Clean completion type
8599a12 Clean config
b97498c Clean config path generate
97d67ae Clean db cache
4036074 Clean generate column detail
9d36f3d Clean generate database cache
ae14485 Clean generate hover content
f8f758f Clean generate hover content for single identifier
827db0c Clean hover handler for the case of find member identifier
b10caa5 Clean in parenthesis parsers
af1cadc Clean parse alias
db59967 Clean parse comparison
f6ee892 Clean parse operator
9d749a5 Clean syntax position check
0e3c650 Clean worker initialized
86fcc6f Disable debug log
44086e5 Doc add setting sample with coc.nvim
4e8952d Fix README
93c06a3 Fix bug
dd9d7ac Fix bug
967d457 Fix bug
69e5796 Fix bug not working hover on quated identifier
667dba5 Fix build
c603c13 Fix check query type
a346148 Fix check query type with the meta words
83f5a7a Fix comment
a15c693 Fix completion
96c2761 Fix completion by parent quated string
1db612d Fix completion for JOIN ON
1c89c93 Fix completion token position
6cc12f9 Fix goreleaser config
b2b3391 Fix hover position
2ce8122 Fix hover response
c2319c7 Fix insert completion
2937e14 Fix join table completion
46ac733 Fix keyword completion
344c408 Fix lexer case of non closed quoted string
c8a16da Fix lint
b08e62f Fix lint
d4dd331 Fix lint
15b1541 Fix lint
5143057 Fix lint
684274e Fix multi keyword formatting
700b5ed Fix panic
8626c49 Fix quoted table alias completion
4dca10c Fix quoted table column complete
62e2f0d Fix show database connecting postgresql
fb3c23a Fix sqlite3 bug
2f79d72 Fix sqlite3 completion
2be497a Fix switch case completion
8783860 Fix table reference completion
d928f90 Fix test
df89e4f Fix test
ca4018b Fix test
f55da7b Fix test
ad9ce0b Fix test
5dbc65a Fix test
2f2d104 Fix test
27a2460 Fix test
e8eb77b Fix test helper
5199d05 Fix testcase
07db292 Fix token position
ad003e8 Fix typo
172c10e Handle "shutdown" requests and "exit" notifications
99f3813 Improve error handle
d34e024 Improve parse operator
9ce58cb Merge pull request #10 from lighttiger2505/add-ssh-connection
2a94bae Merge pull request #12 from peaceiris/patch-1
ea7ccdf Merge pull request #13 from 0xflotus/patch-1
6dce07d Merge pull request #14 from sylba2050/master
0dc7932 Merge pull request #16 from lighttiger2505/add-database-completion
8002ac9 Merge pull request #17 from yaegassy/fix-readme-yaml-and-coc
f581c19 Merge pull request #18 from lighttiger2505/refactor-generate-db-cache
33567e9 Merge pull request #20 from lighttiger2505/add-textdocument-format
15a23d6 Merge pull request #23 from lighttiger2505/fix-show-database-connecting-postgresql
9099d65 Merge pull request #25 from lighttiger2505/fix-query-type-check-with-meta-word
1037395 Merge pull request #28 from Jorengarenar/master
298ced2 Merge pull request #30 from arp242/shutdown
f955831 Merge pull request #31 from arp242/lower
cd0db6b Merge pull request #33 from lighttiger2505/fix-quoted-table-colmun-complete
c98da89 Merge pull request #34 from lighttiger2505/fix-quoted-table-alias-completion
506b151 Merge pull request #9 from lighttiger2505/add-lsp-hover
49cb970 Modify completion detail
27aa5f1 Modify completion detail of sub query column
a18b521 Modify completion item doc of the column
972fe79 Modify log level
531319a Modify position by hover test
a5e724c Move DBRepository
c50edbc Move column function
3bc3f83 Move database config
ddff41f Move execute command
14f33a0 Move node walker
9c190ec Move to candidate functions
f22d8b7 Remove alias candidate
a76df1f Remove comment
2ed9c8b Remove debug log
fc7fb2c Remove debug log
19cfd00 Remove unnecessarily db functions
47968a8 Remove unnecessarily structs
d07b84a Remove workaround to token position
dee799b Rename completer
80b6505 Rename database functions
04363e1 Rename database package members
1eff212 Rename db connection method
40d1cd2 Rename driver
bd04a3a Rename generate db cache function
ce12634 Rename struct
9bd0ba5 Replace database connection and repository
d1feb41 Replace to database repository
7af754b Revert "Clean in parenthesis parsers"
3d624f8 Revert "Clean parse alias"
d3036fd Update README
eeeb92e Update completion item detail
d7cd219 Update completion test
805fd05 Update generate db cache
5f4a9b0 Update go mod
d475aab Update go-sqlite3
bd4e8b3 Update improve parse
f6cc7f4 Update issue templates
d34dda4 Update load config
2ed5851 Update readme
53cf864 Use XDG_CONFIG_HOME
145989e fix: Add "shell: true" to coc-settings.json.
9a3b6d3 fix: Fix format
8c97b00 fix: Incorrect YAML description in sample config
9fe7540 refactor: Replace format logic
sqls v0.1.0
first release.