Releases: SeaQL/sea-query
Releases · SeaQL/sea-query
0.9.6
- Rename
create_if_not_exists
to if_not_exists
- Remove
partition_option
from TableAlterStatement
- Added
ColumnDef::extra()
0.9.4
- Fixed
DateTime
quoting bugs
0.9.3
- Update sea-query-derive to 0.1.2
0.9.2
- derive supporting enum tuple variant and custom method
0.9.0
- Introduced
IntoColumnRef
trait to consolidate column
and table.column
- Introduced
IntoTableRef
trait to consolidate table
and schema.table
- Introduced
IntoIden
trait to remove *_dyn
methods
0.8.3
- derive
Debug
on most structs