Skip to content

Commit 7262519

Browse files
chore(2.x): release 2.21.0
1 parent bdd2cea commit 7262519

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.20.0"
2+
".": "2.21.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.21.0](https://github.com/cycle/database/compare/2.20.0...2.21.0) (2026-06-24)
4+
5+
6+
### Features
7+
8+
* **OnConflict:** index-inference predicate for ON CONFLICT (Postgres/SQLite) ([#258](https://github.com/cycle/database/issues/258)) ([bdd2cea](https://github.com/cycle/database/commit/bdd2cea509efbb1c63d35d14c4addb55ea0cc005))
9+
10+
11+
### Bug Fixes
12+
13+
* **MySQL:** omit row alias on upsert DO NOTHING — the alias made the no-op `col = col` ambiguous at runtime ([bdd2cea](https://github.com/cycle/database/commit/bdd2cea509efbb1c63d35d14c4addb55ea0cc005))
14+
* **Postgres:** unquote EXCLUDED in upsert DO UPDATE — quoted "EXCLUDED" broke every update-branch upsert at runtime ([bdd2cea](https://github.com/cycle/database/commit/bdd2cea509efbb1c63d35d14c4addb55ea0cc005))
15+
316
## [2.20.0](https://github.com/cycle/database/compare/2.19.0...2.20.0) (2026-06-11)
417

518

0 commit comments

Comments
 (0)