summaryrefslogtreecommitdiff
path: root/tests/test_sqlite.cc
AgeCommit message (Expand)AuthorFilesLines
2012-05-30Fix type error in test_sqlite.ccDaniel Hartwig1-3/+3
2009-08-22Hide statement execution behind an RAII class to make it harder to accidental...Daniel Burrows1-107/+151
2009-07-30Wrap sqlite3_blob_read and sqlite3_blob_write.Daniel Burrows1-0/+60
2009-07-28Write a wrapper for sqlite3_blob_open.Daniel Burrows1-0/+50
2009-07-27Add support for parameter binding to the sqlite wrapper.Daniel Burrows1-0/+167
2009-07-27Implement a system for caching prepared SQL statements.Daniel Burrows1-0/+45
2009-07-26Wrap enough functionality in the statement class to allow the user to execute...Daniel Burrows1-0/+127
2009-07-26Start working on a C++ wrapper for sqlite.Daniel Burrows1-0/+42