aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/auto-handle.hxx
AgeCommit message (Collapse)AuthorFilesLines
2011-08-30Implement uniform handle management across all databasesBoris Kolpackov1-0/+103
Also use the auto_handle template instead of the raw handle in connection, statement, and result classes. This removes a lot of brittle "exception safety guarantee" code that we had in those classes.