dbd/sqlite3/dbd_sqlite3.h

changeset 13
10c8c6f0da14
parent 2
c4f02fc67e5a
child 21
7956401a0c5e
--- a/dbd/sqlite3/dbd_sqlite3.h	Tue Dec 02 21:11:27 2008 +0000
+++ b/dbd/sqlite3/dbd_sqlite3.h	Wed Dec 03 08:44:40 2008 +0000
@@ -9,6 +9,7 @@
  */
 typedef struct _connection {
     sqlite3 *sqlite;
+    int autocommit;
 } connection_t;
 
 /*

mercurial