21
8
makes access to real sqlite stuff awkward to sqlite3cc users, but does this matter? they can't access database._handle anyway!
22
9
potential incompatibility when linking to libraries that also link against sqlite
23
11
- fix step() inconsistency - query::step() returns a row, whereas basic_statement::step() and command::step() return an int return code
24
17
- query::prepare() isn't being called during construction (form
25
18
basic_statement's constructor)