Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

SQLcl 22.2.1

Choose a tag to compare

@PhilippSalvisberg PhilippSalvisberg released this 12 Aug 13:28
· 160 commits to main since this release

Formatter Settings for SQLcl 22.2.1

Settings for

JDK 11 is required for SQLDev and SQLcl. The standalone tvdformat.jar works with JDK 11 or newer.

New

  • #211 Document scope of the formatter (which statements are formatted and which are kept "as is")
  • #226 Update to GraalVM 22.2.0 (Native Image)
  • #228 Guessing the character set of the file to be formatted (format.js, tvdformat)
  • #229 Do not suppress errors in SQL code blocks within Markdown files (format.js, tvdformat)

Fixed

  • #214 Line breaks in values_clause of insert statement lost
  • #216 Indentation in case expression of create table statement lost
  • #218 Missing indentation of column aliases within subquery factory clause
  • #220 Wrong indentation of comment before first when keyword in case expression
  • #223 Warning on empty staging area: Bypassing formatter due to partial commit (Git pre-commit hook)

See main branch for the latest version.