comparison Framework/SQLite/SQLiteDatabase.h @ 23:b2ff1cd2907a

handling of implicit transactions in DatabaseManager
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 12 Jul 2018 10:44:17 +0200
parents 7cea966b6829
children 714c5d2bee76
comparison
equal deleted inserted replaced
22:1e9bad493475 23:b2ff1cd2907a
69 return Dialect_SQLite; 69 return Dialect_SQLite;
70 } 70 }
71 71
72 virtual IPrecompiledStatement* Compile(const Query& query); 72 virtual IPrecompiledStatement* Compile(const Query& query);
73 73
74 virtual ITransaction* CreateTransaction(); 74 virtual ITransaction* CreateTransaction(bool isImplicit);
75 }; 75 };
76 } 76 }