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