Skip to content

v.0.5.9

Compare
Choose a tag to compare
@vitaly-t vitaly-t released this 26 Mar 00:43
· 2489 commits to master since this release
  • Fixes a discrepancy in query formatting for one specific case: format("$1", null) was supposed to produce the same result "null" as when calling format("$1", [null]), but it didn't, and the test against it was wrong either. Tests were updated to cover this case properly.
  • Minor code refactoring + documentation updates.