Small. Fast. Reliable.
Choose any three.
*** 18,24 ****
  {link: /capi3ref.html#sqlite3_prepare16_v2 sqlite3_prepare16_v2()})
  should be used in place of the older sqlite3_prepare() and
  sqlite3_prepare16() functions.  When the newer _v2 functions are
! used, arrangements are made ot automatically detect SQLITE_SCHEMA
  errors, reprepare the statement, and rerun the sqlite3_step().
  If you use the new _v2() functions instead of the legacy functions,
  you really should not have to worry about anything on this wiki
--- 18,24 ----
  {link: /capi3ref.html#sqlite3_prepare16_v2 sqlite3_prepare16_v2()})
  should be used in place of the older sqlite3_prepare() and
  sqlite3_prepare16() functions.  When the newer _v2 functions are
! used, arrangements are made to automatically detect SQLITE_SCHEMA
  errors, reprepare the statement, and rerun the sqlite3_step().
  If you use the new _v2() functions instead of the legacy functions,
  you really should not have to worry about anything on this wiki