Fork me on GitHub
#sql
<
2018-03-11
>
souenzzo20:03:42

Hello. I'm using jdbc with h2 and postgres on postgres, then I (j/insert! pg-db :sample {:foo 33}) it returns ({:foo 33}), but on h2-db, it returns (nil) It's a know issue? Or it's a H2 limitation?