Skip to content

Commit 5600800

Browse files
committed
Fix typo in changelog
1 parent 479ca6a commit 5600800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changelogs/drizzle-orm/0.23.6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- 🐛 Fixed referencing the selected aliased field in the same query
22
- 🐛 Fixed decimal column data type in MySQL
33
- 🐛 Fixed mode autocompletion for integer column in SQLite
4-
- 🐛 Fixed extra parentheses in the generated SQL for the `IN` operator (#383)
4+
- 🐛 Fixed extra parentheses in the generated SQL for the `IN` operator (#382)
55
- 🐛 Fixed regression in `pgEnum.enumValues` type (#358)
66
- 🎉 Allowed readonly arrays to be passed to `pgEnum`

0 commit comments

Comments
 (0)