mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
3195646996
* fix(sql): Fix QueryResult typings closes #1893 * Create fix-sql-queryresult-type.md --------- Co-authored-by: Tillmann <28728469+tweidinger@users.noreply.github.com>
150 B
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.