Skip to content

Commit 07f5a24

Browse files
fix: use i64 return type for last insert rowid
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8f9335e commit 07f5a24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/symbols.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const symbols = {
3434
parameters: [
3535
"pointer", // sqlite3 *db
3636
],
37-
result: "i32",
37+
result: "i64",
3838
},
3939

4040
sqlite3_get_autocommit: {

0 commit comments

Comments
 (0)