From 47af71743d333346341063dc33b9dd9d38e35498 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Thu, 29 Jan 2009 03:47:24 +0000 Subject: [PATCH] DBD::SQLite: applied a patch to fix "last_insert_rowid should handle sqlite_int64, not int" issue [RT #32723] --- SQLite.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQLite.xs b/SQLite.xs index ffae61d..67b1563 100644 --- a/SQLite.xs +++ b/SQLite.xs @@ -21,7 +21,7 @@ list_tables(dbh) OUTPUT: RETVAL -int +IV last_insert_rowid(dbh) SV *dbh CODE: