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