Releases: SeaQL/sea-query
Releases · SeaQL/sea-query
0.30.7
0.30.6
sea-query-rusqlite 0.5.0
- Upgrade
rusqlite
to0.30
#728
0.30.5
New Features
- Added feature flag
option-more-parentheses
to have more parentheses in expressions #723 - Added feature flag
option-sqlite-exact-column-type
to only useinteger
for SQLite - Support
COUNT(DISTINCT "column")
#700 - Support index hints for MySQL (via
extension::mysql::MySqlSelectStatementExt
) #636 - Support expressions for
ON CONFLICT
targets #692
Enhancements
- Add
from_clear
to allow emptying current from tables in select statement #716
Breaking Changes
- Caution: do not use the
--all-features
param in Cargo. If you want to enable all features, use theall-features
feature flag instead.
Full Changelog: 0.30.4...0.30.5
0.30.4
0.30.3
sea-query-derive 0.4.1
- Upgrade
syn
to2
0.30.2
0.30.1
0.30.0
This is a small (but major) upgrade, the only changes are:
- Upgrade SQLx to
0.7
#652 - Upgrade ipnetwork to
0.20
Versions
Full Changelog: 0.29.1...0.30.0