0.21.0
Breaking Changes
- Use double quotes for quuoting identifgiers for SQLite by @SpyrosRoum in #221
New Features
- Implement
RETURNING
for SQLite by @SpyrosRoum in #194 - Support 'NULLS LAST' and 'NULLS FIRST' by @qyihua in #210
- [join-lateral] by @rex-remind101 in #224
- Insert from select by @05storm26 in #238
- Add Expr::asterisk() and Expr::tbl_asterisk(table: DynIden) methods - Fix #217 by @RomainMazB in #219
Enhancements
- Implement ToTokens for IntervalField by @autarch in #195
- Implemented 'Array' type for Postgres. by @kev0960 in #205
- Add
Value::DateTimeLocal
by @billy1624 in #249 - Add
ColumnRef::SchemaTableColumn
by @billy1624 in #206 - Datetime utc by @tyt2y3 in #241
- Support the use of chrono::DateTime using the type alias DateTim… by @charleschege in #222
Bug Fixes
- Fix PostgreSQL
ColumnType::TinyInteger
mapping by @billy1624 in #207 - PR without clippy warmings in file changed tab by @billy1624 in #212
New Contributors
- @SpyrosRoum made their first contribution in #194
- @RomainMazB made their first contribution in #219
- @kev0960 made their first contribution in #205
- @qyihua made their first contribution in #210
- @rex-remind101 made their first contribution in #224
- @charleschege made their first contribution in #222
Full Changelog: 0.20.0...0.21.0