Skip to content

support postgresql json types #263

Open
@mccraigmccraig

Description

@mccraigmccraig

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions