From c25f8c73da271a5aa797fc2f4a2eb428ec2d8fde Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Thu, 30 Aug 2018 10:52:48 -0700 Subject: [PATCH] Add inline/Inlinable changes from #224 and #225 --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 8c6fef1..38eb612 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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