Skip to content

Releases: joe-re/sql-language-server

Release v1.2.0

31 Jan 20:05

Choose a tag to compare

We excited to announce that we just released sql-language-server 1.2.0. 🎉

New features

bugfixes

Release 1.1.0

11 Oct 00:19

Choose a tag to compare

We excited to announce that we just released sql-language-server 1.1.0. 🎉

New features

Bug fixes

Support workspace/configuration

08 Sep 00:55

Choose a tag to compare

Support workspace/configuration

Now you can use your workspace configuration to use sql-language-server.

Usage: https://github.com/joe-re/sql-language-server#example-of-workspace-configuration
PR: #62

allow semicolon at end of sql

30 Aug 22:53
0e2a585

Choose a tag to compare

Deal with subquery in where clause

16 Aug 23:17

Choose a tag to compare

Support Mysql8, Add new lint rule require-as-to-rename-column

26 Jul 20:50

Choose a tag to compare

Support Mysql8

Supports MySQL8 on sql-language-server
PR: #43

Add new lint rule require-as-to-rename-column

Add new lint rule for making it requires AS keyword to rename column name.
2020-07-21_08-45-03

https://github.com/joe-re/sql-language-server/tree/release/packages/sqlint#require-as-to-rename-column
PR: #44

small bug fix

05 Jul 23:24
d6ad4cc

Choose a tag to compare

Fix unexpected error when trying to lint empty text

PR: #38

Fix the case it doesn't complete FROM keyword

PR: #39

Support SQLite3

27 Jun 23:15

Choose a tag to compare

SuppoerSQLite3

Features

For now, sql-language-server supports SQLite3. Please read following instruction to use it.
https://github.com/joe-re/sql-language-server#sqlite3-notes
PR: #34

Bug fix

  • Fix parse error select statement in insert value clause

Deal with comment

20 Jun 21:31

Choose a tag to compare

Release autofix lint feature

18 Jun 01:01

Choose a tag to compare

Now you're available to use --fix option to fix your SQL lint error on SQLint.
https://github.com/joe-re/sql-language-server/tree/master/packages/sqlint#fixing-problems

Also it's supported by sql-language-server, you can fix your problem on your editor automatically.
2020-06-18_08-24-03