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

SQLDev 21.4.1

Compare
Choose a tag to compare
@PhilippSalvisberg PhilippSalvisberg released this 26 Dec 09:50
· 309 commits to main since this release

Formatter Settings for SQLDev 21.4.1

Settings for

JDK 11 is required for SQLDev and SQLcl. The standalone tvdformat.jar works with JDK 8, 11, 17.

See main branch for settings supporting the latest product versions.

New

  • #118 Improved Formatter based on tests for PL/SQL language elements

    • add space after raise keyword and before exception name
    • no spaces before arguments of pragma references
    • enforce one space after return keyword and before expression in return statement
    • right align bulk keyword in delete statement
    • one space after returning keyword
    • one space before collect keyword in bulk collect
    • single space around equal sign in sharing_clause
    • one space after while keyword in while loop statement
  • #175 Merge tests project into standalone project

  • #177 Improve logging capabilities of standalone image and native image creation

    • Configure logging via environment variables (standalone tvdformat):
      • TVDFORMAT_LOGGING_CONF_FILE
      • TVDFORMAT_DEBUG
      • TVDFORMAT_TIMING
    • Support --no-fallback native image
      • works with default Arbori program
      • works with trivadis_custom_format.arbori