https://github.com/jkk/honeysql

SQL as Clojure data structures. Build queries programmatically -- even at 
runtime -- without having to bash strings together.

This is a bug fix release:

  *   #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. (@seancorfield)
  *   Allow where and merge-where to be given no predicates. Fix #228 and PR 
#230. (@seancorfield, @arichiardi)
  *   as alias is no longer split during quoting. Fix #221 and PR #231. (@gws)

Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to