On Fri, Jun 28, 2013 at 6:50 AM, Wolfgang Enzinger <sql...@enzinger.net>wrote:

> Richard Hipp <drh@...> writes:
>
> > Amalgamations for the latest SQLite containing the NGQP are available
> from
> > the http://www.sqlite.org/draft/download.html page.  This should be a
> > drop-in replacement for the amalgamation you are currently using.  There
> > are no new APIs or compiler flags to fuss with.  Everything works exactly
> > as it did before, only a little faster.  You should be able to simply
> > recompile and end up with an application that (hopefully) runs a little
> > faster.
>
> I would like to run tests with some of my encrypted databases, however when
> I try to compile with SQLITE_HAS_CODEC defined I get errors saying that
> sqlite3_key_v2 and sqlite3_rekey_v2 functions are undefined. Are these new
> APIs?
>

Yes.  You need to use your login and password to download the latest SEE
source - the latest SEE sources on the trunk of the SEE source tree, not
the latest SEE release.  The latest SEE has been updated to work with the
NGQP.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to