mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
DBD-SQLite: removed unused in_tran from the handle structure, as I confirmed all the tests pass under 5.10.1 rc1 without it now
This commit is contained in:
parent
d022f11ed9
commit
11c4dd9b76
1 changed files with 0 additions and 1 deletions
1
dbdimp.h
1
dbdimp.h
|
@ -19,7 +19,6 @@ struct imp_dbh_st {
|
|||
dbih_dbc_t com;
|
||||
/* sqlite specific bits */
|
||||
sqlite3 *db;
|
||||
bool in_tran;
|
||||
bool unicode;
|
||||
bool handle_binary_nulls;
|
||||
int timeout;
|
||||
|
|
Loading…
Add table
Reference in a new issue