add see activation to extension

This commit is contained in:
Stephen Lombardo 2008-07-30 13:44:33 -04:00
parent 36dc72d361
commit 3ec4def62f

View File

@ -207,6 +207,10 @@ int sqlite3CodecAttach(sqlite3* db, int nDb, const void *zKey, int nKey) {
}
}
void sqlite3_activate_see(const char* in) {
/* do nothing, security enhancements are always active */
}
int sqlite3_key(sqlite3 *db, const void *pKey, int nKey) {
if(db) {
int i;