Factor code to prepare SQLite statements into a separate function.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Wed, 13 Jun 2007 02:58:02 +0000 (19:58 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Wed, 13 Jun 2007 02:58:02 +0000 (19:58 -0700)
commit58a0d3f8749111c15e9afa9d929016d65ed32250
treee64b4eef538249b92dfc6273f65c7d39433bb967
parent9f8f2a00b54a80d1563288bf11556cbc15a07c50
Factor code to prepare SQLite statements into a separate function.

This cuts down on a little code duplication and also makes it easy to
include SQL statements in inline strings when they are prepared.

Also, switch to the older sqlite3_prepare interface (not _prepare_v2) since
the new interface is still a bit too new to be commonly available.
localdb.cc
localdb.h