Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiSherman committed Apr 8, 2024
1 parent 8e623f5 commit be05767
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion changelogs/drizzle-orm/0.30.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
const colors = mySchema.enum('colors', ['red', 'green', 'blue']);
```

- 馃帀 Changed d1 `migrate()` function to use batch api

- 馃悰 Split `where` clause in Postgres `.onConflictDoUpdate` method into `setWhere` and `targetWhere` clauses, to support both `where` cases in `on conflict ...` clause (#1628, #1302)
- 馃悰 Fix query generation for `where` clause in Postgres `.onConflictDoNothing` method, as it was placed in a wrong spot (#1628)
- 馃悰 Fix query generation for `where` clause in Postgres `.onConflictDoNothing` method, as it was placed in a wrong spot (#1628)

0 comments on commit be05767

Please sign in to comment.