Files
tauri-plugins-workspace/.changes/fix-sql-queryresult-type.md
T
Fabian-Lars 3195646996 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>
2024-12-02 14:49:06 +01:00

150 B

sql-js
sql-js
patch

Fixed the QueryResult typing by marking lastInsertId as optional to reflect postgres-only changes made in the 2.0.0 release.