SeaQL / sea-query

🔱 A dynamic SQL query builder for MySQL, Postgres and SQLite
https://www.sea-ql.org
Other
1.12k stars 182 forks source link

Case-sensitive enum type casts #789

Open niklaskorz opened 2 months ago

niklaskorz commented 2 months ago

PR Info

Bug Fixes

Breaking Changes

niklaskorz commented 2 months ago

This still has problems with arrays, as sea-orm constructs array types directly as {enum_name}[], making it hard to only quote the type name but not the array brackets from sea-query.