mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
DBD::SQLite: applied a patch to fix "last_insert_rowid should handle sqlite_int64, not int" issue [RT #32723]
This commit is contained in:
parent
7a48ee2b3a
commit
47af71743d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ list_tables(dbh)
|
|||
OUTPUT:
|
||||
RETVAL
|
||||
|
||||
int
|
||||
IV
|
||||
last_insert_rowid(dbh)
|
||||
SV *dbh
|
||||
CODE:
|
||||
|
|
Loading…
Add table
Reference in a new issue