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