bzr branch
http://bzr.ed.am/sqlite3cc
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
version 0.2
- added bind_blob() methods to explicitly bind strings as BLOB type
- added blob() (and detail::blob_t) so that strings can be marked as BLOBs
when binding with the stream operators
- binding of ints and doubles optimised slightly
- row::column() detects column type and retrievs blobs correctly
version 0.1.1 -- January 2014
- a few minor bug fixes and updates to project layout
version 0.1 -- January 2012
- initial release
|