fix(sql): Fix QueryResult typings (#1928)
* fix(sql): Fix QueryResult typings closes #1893 * Create fix-sql-queryresult-type.md --------- Co-authored-by: Tillmann <28728469+tweidinger@users.noreply.github.com>pull/2123/head
parent
6f6a178ae4
commit
3195646996
@ -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.
|
Loading…
Reference in new issue