sea-query
sea-query copied to clipboard
Case-sensitive enum type casts
PR Info
- Closes https://github.com/SeaQL/sea-query/issues/725
- Dependents:
- https://github.com/SeaQL/sea-orm/pull/2271
Bug Fixes
- [x] Casting to an enum whose type name was declared case-sensitive does not crash anymore
Breaking Changes
- [x] Enum type casts are now case sensitive, so casting to
SomeEnum
will now cast to"SomeEnum"
on PostgreSQL, while it previously casted tosomeenum
.