tatut/specql

Composite type primary key and upsert!

Closed this issue · 1 comments

tatut commented

When upsert!ing a row to a table that has a composite user defined type as a primary key, the returned key is not parsed into clojure data.

This causes it to be returned as a PGobject type and fail the spec validation.

tatut commented

Fixed 20190301