1
0
Fork 0
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:
Kenichi Ishigaki 2009-01-29 03:47:24 +00:00
parent 7a48ee2b3a
commit 47af71743d

View file

@ -21,7 +21,7 @@ list_tables(dbh)
OUTPUT:
RETVAL
int
IV
last_insert_rowid(dbh)
SV *dbh
CODE: