/sqlite3cc

To get this branch, use:
bzr branch http://bzr.ed.am/sqlite3cc

« back to all changes in this revision

Viewing changes to README

  • Committer: edam
  • Date: 2012-04-23 18:40:10 UTC
  • Revision ID: tim@ed.am-20120423184010-3zaiqkhxwequfaey
Removed an optimisation in command::step() (calling finalize() here prevents
the command from being reset() and reused), and added a wrapper for a
transaction's begin() method to transaction_guard (both thanks to Ron Wilson).

Show diffs side-by-side

added added

removed removed

13
13
- to keep the API similar to the SQLite library
14
14
 
15
15
More information about the sqlite3cc library can be found at
16
 
<http://www.waxworlds.org/edam/software/sqlite3cc>.
 
16
<http://ed.am/dev/sqlite3cc>.
17
17
 
18
18
More information on the SQLite library can be found at <http://www.sqlite.org/>.
19
19
 
25
25
==========
26
26
 
27
27
Please report bugs and direct suggestions and questions regarding this software
28
 
to Tim Marston <edam@waxworlds.org>.
 
28
to Tim Marston <tim@ed.am>.