From 591a30b40dc32d69b168b59122036d870410a70d Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Sun, 13 Oct 2024 17:20:46 +0200 Subject: [PATCH] Create fix-sql-queryresult-type.md --- .changes/fix-sql-queryresult-type.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changes/fix-sql-queryresult-type.md diff --git a/.changes/fix-sql-queryresult-type.md b/.changes/fix-sql-queryresult-type.md new file mode 100644 index 00000000..f93f741c --- /dev/null +++ b/.changes/fix-sql-queryresult-type.md @@ -0,0 +1,5 @@ +--- +sql-js: patch +--- + +Fixed the QueryResult typing by marking `lastInsertId` as optional to reflect postgres-only changes made in the 2.0.0 release.