mirror of
https://github.com/status-im/sqlcipher.git
synced 2026-08-30 22:11:14 +00:00
Merge branch 'ditto' of github.com:sjlombardo/sqlcipher into ditto
This commit is contained in:
@@ -191,6 +191,7 @@
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(PROJECT_DIR)",
|
||||
"$(OPENSSL_SRC)/include",
|
||||
"$(DITTO_SRC)",
|
||||
);
|
||||
INSTALL_PATH = /usr/local/lib;
|
||||
OTHER_CFLAGS = (
|
||||
@@ -213,6 +214,7 @@
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(PROJECT_DIR)",
|
||||
"$(OPENSSL_SRC)/include",
|
||||
"$(DITTO_SRC)",
|
||||
);
|
||||
INSTALL_PATH = /usr/local/lib;
|
||||
OTHER_CFLAGS = (
|
||||
|
||||
@@ -1418,12 +1418,14 @@ static void groupConcatFinalize(sqlite3_context *context){
|
||||
** of the built-in functions above are part of the global function set.
|
||||
** This routine only deals with those that are not global.
|
||||
*/
|
||||
#include "ditto_funcs.c"
|
||||
void sqlite3RegisterBuiltinFunctions(sqlite3 *db){
|
||||
int rc = sqlite3_overload_function(db, "MATCH", 2);
|
||||
assert( rc==SQLITE_NOMEM || rc==SQLITE_OK );
|
||||
if( rc==SQLITE_NOMEM ){
|
||||
db->mallocFailed = 1;
|
||||
}
|
||||
#include "ditto_globals.c"
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user