diff -r 014ba3ab3903 -r 10c8c6f0da14 dbd/sqlite3/dbd_sqlite3.h --- 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; /*