Glad to see that honeysql v2 supports DDL statements.
Thanks! @orestis It supports a pretty wide range of things now. I started with what the honeysql-postgres library supported, then added a bunch of additional syntax I found in the PostgreSQL docs (and SQL Server and MySQL docs too) while trying to figure out the correct syntax for the nilenso stuff (instead of trying to read their implementation), then added quite a bit of stuff suggested by folks here, including (and especially) @dharrigan
You're most welcome! And thank you for your library! I migrated another service to v2 beta1 today, and only had one gotcha
which thankfully a test caught, otherwise it would have had dire consequences
Perhaps it was a bug in v1 or something in v2, but it caused a AND
condition to become an OR
condition
which would have blasted out my database.
Oh? Please open an issue on GH if you can.
Would you like to know here first, perhaps it was just my mistake?
I can DM you it
if you perfer 🙂
Whatever works for you…
com.github.seancorfield/honeysql {:mvn/version "2.0.0-beta2"}
— includes an important bug fix uncovered by @dharrigan — thank you!