Fork me on GitHub
#sql
<
2019-02-08
>
seancorfield18:02:40

@joelle.wakim [org.jumpmind.symmetric.jdbc/mariadb-java-client "1.1.1"] -- that driver probably doesn't support the batched statement rewrite. I don't know whether the regular MySQL driver will work with MariaDB but that might be one solution. Another would be to use execute! and construct the (non-standard) SQL directly for the insert (you can specify :return-keys true but, again, the driver may defeat you on that).

Joelle Wakim18:02:23

@seancorfield Ok, I will try both of them and will let you know. Thank you