On 8/17/16, sanhua.zh <sanhua...@foxmail.com> wrote:
> sqlite3_test_control() is an interface for testing. Is it safe to use it in
> released product?

It is "safe" if you statically link against a version of SQLite that
supports the behavior you want.  It is not safe if you try to use
whatever DLL/shared-library happens to be on the system.

Note also that the sqlite3_test_control() interface is omitted from
the SQLite shared library that comes bundled with Android.

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

Reply via email to