diff options
author | Daniel Burrows <dburrows@debian.org> | 2009-07-26 21:24:47 -0700 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2009-07-26 21:24:47 -0700 |
commit | 7ce980960ddbab3c5dd1760d13ad812048c48c2e (patch) | |
tree | c99be78511f54797118fb03ac424c594fc411f94 /README.SMART-POINTERS | |
parent | 4c6a886c9fe665869f73a7e1479cfb65f471dc18 (diff) | |
download | aptitude-7ce980960ddbab3c5dd1760d13ad812048c48c2e.tar.gz |
Wrap enough functionality in the statement class to allow the user to execute statements and retrieve results.
This explicitly doesn't try to deal with the inherent non-threadsafety
of the sqlite statement type. That will only come up if you're trying
to reuse statements, presumably for performance, and once we're doing
that, the code that mediates reuse should ensure that only one client
has its hands on a given statement at once. (even non-threaded reuse
is dangerous!)
Diffstat (limited to 'README.SMART-POINTERS')
0 files changed, 0 insertions, 0 deletions