New Features
- Added feature flag
option-more-parenthesesto have more parentheses in expressions #723 - Added feature flag
option-sqlite-exact-column-typeto only useintegerfor SQLite - Support
COUNT(DISTINCT "column")#700 - Support index hints for MySQL (via
extension::mysql::MySqlSelectStatementExt) #636 - Support expressions for
ON CONFLICTtargets #692
Enhancements
- Add
from_clearto allow emptying current from tables in select statement #716
Breaking Changes
- Caution: do not use the
--all-featuresparam in Cargo. If you want to enable all features, use theall-featuresfeature flag instead.
Full Changelog: 0.30.4...0.30.5