dbd/sqlite3/dbd_sqlite3.h

changeset 43
356dcb1d455c
parent 41
e490414a391d
equal deleted inserted replaced
42:93335fa1f1d0 43:356dcb1d455c
8 * connection object 8 * connection object
9 */ 9 */
10 typedef struct _connection { 10 typedef struct _connection {
11 sqlite3 *sqlite; 11 sqlite3 *sqlite;
12 int autocommit; 12 int autocommit;
13 int txn_in_progress; 13 // int txn_in_progress;
14 } connection_t; 14 } connection_t;
15 15
16 /* 16 /*
17 * statement object 17 * statement object
18 */ 18 */

mercurial