aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/statement.hxx
AgeCommit message (Collapse)AuthorFilesLines
2011-03-28Fix bugs in active/uncached list maintenanceBoris Kolpackov1-1/+7
2011-03-24Add support for clearing connection from active and uncached statementsBoris Kolpackov1-2/+138
2011-03-24Reset statement after completionBoris Kolpackov1-4/+4
Without the reset the statement is considered unfinished and the database lock is help even after COMMIT.
2011-03-22Implement the rest of statementsBoris Kolpackov1-2/+142
2011-03-21Add base SQLite database classesBoris Kolpackov1-0/+66