Fork me on GitHub
#sql
<
2017-02-22
>
not-raspberry10:02:46

HugSQL if your queries are static (no clauses depending on user input).

not-raspberry10:02:26

Or if they don't vary much.

plins15:02:40

hello everyone, using jdbc, how can i force camelCase (or dash-divided-keywords) on the querie results?

donaldball15:02:08

The :identifiers option to the query fn should help

seancorfield16:02:10

(note: :identifiers is an acceptable option to every function that produces result sets now in the latest java.jdbc release)