Skip to content

Commit 81285b9

Browse files
committed
Changelog
1 parent 137312a commit 81285b9

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

Diff for: CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,36 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## 0.21.0 - 2022-02-01
9+
10+
### Breaking changes
11+
12+
* Use double quotes for quuoting identifgiers for SQLite by @SpyrosRoum in https://github.com/SeaQL/sea-query/pull/221
13+
14+
### New features
15+
16+
* Implement `RETURNING` for SQLite by @SpyrosRoum in https://github.com/SeaQL/sea-query/pull/194
17+
* Support 'NULLS LAST' and 'NULLS FIRST' by @qyihua in https://github.com/SeaQL/sea-query/pull/210
18+
* [join-lateral] by @rex-remind101 in https://github.com/SeaQL/sea-query/pull/224
19+
* Insert from select by @05storm26 in https://github.com/SeaQL/sea-query/pull/238
20+
* Add Expr::asterisk() and Expr::tbl_asterisk(table: DynIden) methods - Fix #217 by @RomainMazB in https://github.com/SeaQL/sea-query/pull/219
21+
22+
### Enhancements
23+
24+
* Implement ToTokens for IntervalField by @autarch in https://github.com/SeaQL/sea-query/pull/195
25+
* Implemented 'Array' type for Postgres. by @kev0960 in https://github.com/SeaQL/sea-query/pull/205
26+
* Add `Value::DateTimeLocal` by @billy1624 in https://github.com/SeaQL/sea-query/pull/249
27+
* Add `ColumnRef::SchemaTableColumn` by @billy1624 in https://github.com/SeaQL/sea-query/pull/206
28+
* Datetime utc by @tyt2y3 in https://github.com/SeaQL/sea-query/pull/241
29+
* Support the use of chrono::DateTime<Utc> using the type alias DateTim… by @charleschege in https://github.com/SeaQL/sea-query/pull/222
30+
31+
### Bug fixes
32+
33+
* Fix PostgreSQL `ColumnType::TinyInteger` mapping by @billy1624 in https://github.com/SeaQL/sea-query/pull/207
34+
* PR without clippy warmings in file changed tab by @billy1624 in https://github.com/SeaQL/sea-query/pull/212
35+
36+
**Full Changelog**: https://github.com/SeaQL/sea-query/compare/0.20.0...0.21.0
37+
838
## 0.20.0 - 2021-12-11
939

1040
### Merged PRs

0 commit comments

Comments
 (0)