Skip to content

Releases: joe-re/sql-language-server

Release SQLint and support lint on sql-language-server

01 Jun 14:53
Compare
Choose a tag to compare

Release SQLint

Released SQLint which is lint tool for SQL. 🎉

sqlint

Please check here to know how to use and try it on!
https://github.com/joe-re/sql-language-server/tree/master/packages/sqlint

Support lint on sql-language-server

Now sql-language-server supports lint for SQL by using SQLint.

sqlint-on-editor

SQLint has only a few rules for now.. if you have some ideas or prefer rules, fell free to make a issue and sharing it to us. 🙏

Support personal config file and multiple connection

25 May 07:46
Compare
Choose a tag to compare

Support personal config file and multiple connection

For now you can set your own personal config file as global and capable set multiple connection information.
Also you can switch database connection as following.
2020-05-25_15-23-01

Check here to know how to set personal config.

Support ssh port fowarding to connect to database on remote server

20 May 21:47
Compare
Choose a tag to compare

Support ssh port fowding to connect to databse on remote server

#23

Check here to know how to use.

Support completion on update & delete statement

19 May 17:12
Compare
Choose a tag to compare

Now you can complete table name and column name on both update and delete statement

  • Update
    2020-05-19_22-52-45

  • Delete
    2020-05-20_00-37-30 copy

Deal with update join syntax

17 May 19:07
Compare
Choose a tag to compare

Support completion on insert statement

17 May 14:29
Compare
Choose a tag to compare

v0.3.0

Support completion on insert statement

Now you can complete table name and column name on Insert Statement 🎉

image