Open
Description
i added support for json types to java.jdbc, along the lines of 👍
http://hiim.tv/clojure/2014/05/15/clojure-postgres-json/
this works fine with korma when SELECTing, but when UPDATEing it throws inside :
https://github.com/korma/Korma/blob/master/src/korma/sql/engine.clj#L314
i couldn't obviously see a way around this, since map values seem to be treated specially by korma, but it certainly would be nice to be able to write json values via korma