Fork me on GitHub
#sql
<
2018-12-03
>
kirill.salykin11:12:11

hi all, please advice - is it possible to define column_id -> column-id tranlsation somewhere on spec level for all inserts/updates/queries?

kirill.salykin11:12:18

and how? 🙂

seancorfield16:12:21

@kirill.salykin the :identifiers option in clojure.java.jdbc will do that for you (and :entities in the other direction).

kirill.salykin16:12:42

awesome, thanks a lot!

kirill.salykin16:12:07

yes, exactly what i needed. thanks one more time