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 "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
|
PROTOTYPES: DISABLE
|
||||||
|
|
||||||
BOOT:
|
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 *
|
AV *
|
||||||
list_tables(dbh)
|
list_tables(dbh)
|
||||||
|
|
Loading…
Add table
Reference in a new issue