Add PR #230 to 0.9.4

This commit is contained in:
Sean Corfield 2018-09-25 10:07:07 -07:00 committed by GitHub
parent 5176b57654
commit 12d4447675
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
* `#sql/inline nil` should produce `NULL`. Fix #221. (@seancorfield)
* `#sql/inline :kw` should produce `"kw"`. Fix #224 via PR #225. (@vincent-dm) Note: this introduces a new protocol, `Inlinable`, which controls inline value rendering, and changes the behavior of `#sql/inline :foo/bar` to produce just `"bar"` (where it was probably invalid SQL before).
* Alias expressions `[:col :alias]` are now checked to have exactly two elements. Fix #226.
* Allow `where` and `merge-where` to be given no predicates. Fix #228.
* Allow `where` and `merge-where` to be given no predicates. Fix #228 and PR #230.
## 0.9.3