Add inline/Inlinable changes from #224 and #225

This commit is contained in:
Sean Corfield 2018-08-30 10:52:48 -07:00
parent 354b3502c8
commit c25f8c73da

View file

@ -1,6 +1,7 @@
## 0.9.4 (in progress)
* `#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).
## 0.9.3