Skip to content

Commit 837c984

Browse files
committed
Update changelog v3.2.4
1 parent 2b83a56 commit 837c984

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## v3.2.4 - 25 May 2022
4+
- Allow setting keep_alive: false bee62f3
5+
- Fix support for null in arrays - fixes #371 b04c853
6+
37
## v3.2.3 - 23 May 2022
48
- Fix Only use setKeepAlive in Deno if available 28fbbaf
59
- Fix wrong helper match on multiple occurances 02f3854

deno/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ Prepared statements will automatically be created for any queries where it can b
894894

895895
## Custom Types
896896

897-
You can add ergonomic support for custom types, or simply use `sql.typed(value, type)` inline, where type is the PostgreSQL `oid` for the type and the correctly serialized string. _(`oid` values for types can be found in the `pg_catalog.pg_types` table.)_
897+
You can add ergonomic support for custom types, or simply use `sql.typed(value, type)` inline, where type is the PostgreSQL `oid` for the type and the correctly serialized string. _(`oid` values for types can be found in the `pg_catalog.pg_type` table.)_
898898

899899
Adding Query helpers is the cleanest approach which can be done like this:
900900

0 commit comments

Comments
 (0)