Skip to content

Releases: future-architect/vscode-uroborosql-fmt

v2.0.1

22 Oct 02:54
67fed95

Choose a tag to compare

Patch Changes

  • 6a2280b: Modify server log message

  • 9e8377d: Update uroborosql-fmt

    • Support ORDER BY COLLATE
    • Fix incorrect case conversion of comments in WHERE clause
    • Support replacement parameter immediately after JOIN keyword
    • Support ILIKE

v2.0.0

14 Aug 08:54
3a531d7

Choose a tag to compare

Major Changes

  • 718a5c3: Upgraded the internal formatter to v1.0.0, which features a new, rewritten parser. And a new useParserErrorRecovery option has been added.

v1.2.0

09 Dec 09:01
7d66730

Choose a tag to compare

Minor Changes

v1.1.2

11 Nov 04:38
a51e704

Choose a tag to compare

Patch Changes

  • d8541d0: Fixed formatting error on mac os (intel)

v1.1.1

25 Sep 04:55
0c9a892

Choose a tag to compare

Patch Changes

  • 206a29c: Fixed "Cannot find module 'ts-case-convert'" error

v1.1.0

17 Sep 05:20
1ac12c4

Choose a tag to compare

Minor Changes

  • 5df3a5c: Improved to notify the status bar when formatting errors.

  • 8751506: Update uroborosql-fmt

    • Support Unary operators
    • Support arithmetic expressions in limit clause
    • Fix consecutive comments at the end of with_clause parentheses
    • Fix swapping positions of comma and comment
    • Supprt filter clause
    • Fix the vertical alignment of 2WaySQL
    • Fix block comment alignment
    • Handle comments after select_statement at the end of insert_statement
    • Support comments after join keyword
    • Handle block comments after recursive keyword
    • support comments after opening parenthesis in IN expression
    • Support comments after SET keyword
    • Support comments before select_statement in insert_statement
  • ee4d6d4: Added setting options to apply options of urborosql-fmt.

  • f80e2b1: Added commands to import/export configurations.

v1.0.11

30 Nov 06:52
2cfe24d

Choose a tag to compare

Patch Changes

  • 988c76d: Fixed incorrect indentation when tab_size is 2byte

v1.0.10

16 Nov 04:28
0a69d4f

Choose a tag to compare

Patch Changes

  • 5fdb841: Support using clause in DELETE statement. Fix formatting of bind parameter in first column of select clause. Improvement error message.
  • 804f9d7: Allow formatting even if the workspace folder cannot be obtained

1.0.9

26 Oct 10:16
d548623

Choose a tag to compare

Patch Changes

  • 53862d7: Support join clause in update statement

1.0.8

11 Oct 09:22

Choose a tag to compare

  • Fix lack of null expression handling in type_cast
  • Add option to convert "<>" to "!="
  • Add description of configuration to README.md