Fork me on GitHub
#honeysql
<
2021-10-04
>
seancorfield05:10:11

@alpox I've implemented the first cut of this. If you try 2.0.999-SNAPSHOT (or a git dep based on the head of develop), you can try an options hash map of {:values-default-columns #{:id}} in the hsql/format call and it should substitute DEFAULT for the :id column if it is missing from a hash map.

seancorfield05:10:29

See the important caveats in issue 366 for limitations.

dharrigan06:10:13

That's pretty awesome 🙂

alpox17:10:19

@seancorfield I have just seen and tried this. Wow that was crazy fast and works perfectly :thumbsup: thanks!

seancorfield20:10:42

Excellent. Thanks for testing it. I'll probably cut a new releases of both HoneySQL and next.jdbc this afternoon.