Skip to content

22.11.1

Compare
Choose a tag to compare
@lvca lvca released this 07 Dec 23:48
· 1513 commits to main since this release

What's New

  • SQL: IS Comparison -> new <=> operator (null-safe comparison operator) by @gramian in #652
  • Console: allows execution of commands in languages other than SQL in #656
  • SQL: toDate and toDateTime should get custom format in #606

Problems fixed

  • Custom Property Attributes Structure in #651
  • HTTP /exists should return a boolean, not a string in #647
  • Error: "java.nio.file.NoSuchFileException: .\log\arcadedb.log.0.lck" on simple Scala code in #620
  • Multiple execution of "CREATE INDEX IF NOT EXISTS ON eltdev (SN) UNIQUE" results in IllegalArgumentException in #634
  • dumpConfigAtStartup to write config to log file in #624
  • Console: case sensitive commands in #615
  • Wildcard escape % produces error in #603

Updated dependencies

New Contributors

Full Changelog: 22.10.1...22.11.1