v.0.5.9
- Fixes a discrepancy in query formatting for one specific case:
format("$1", null)
was supposed to produce the same result"null"
as when callingformat("$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.