metabase / toucan

A classy high-level Clojure library for defining application models and retrieving them from a DB
Eclipse Public License 1.0
570 stars 49 forks source link

Need tests for a model with byte array PK #65

Closed camsaul closed 2 years ago

camsaul commented 5 years ago

should be possible to automatically convert between hex (in Clojure) and byte array in DB. Currently it seems like certain functions like update! don't support this.