mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 06:08:38 -04:00
DBD::SQLite: applied a patch to fix "version used only once" [RT #36467]
This commit is contained in:
parent
bf55046e77
commit
44867ce5c5
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ MODULE = DBD::SQLite PACKAGE = DBD::SQLite::db
|
|||
PROTOTYPES: DISABLE
|
||||
|
||||
BOOT:
|
||||
sv_setpv(get_sv("DBD::SQLite::sqlite_version", TRUE), SQLITE_VERSION);
|
||||
sv_setpv(get_sv("DBD::SQLite::sqlite_version", TRUE|GV_ADDMULTI), SQLITE_VERSION);
|
||||
|
||||
AV *
|
||||
list_tables(dbh)
|
||||
|
|
Loading…
Add table
Reference in a new issue