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