1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-03 16:53:36 +03:00

More test cases for the REGEXP operator. Fix minor bugs uncovered by these

test cases.

FossilOrigin-Name: a611c75061c8e821cb266fcb09759100d4a646b0
This commit is contained in:
drh
2012-12-31 20:16:35 +00:00
parent 14172743a2
commit 25846af3be
5 changed files with 142 additions and 15 deletions

View File

@@ -1482,7 +1482,7 @@ static void open_db(struct callback_data *p){
#endif
#ifdef SQLITE_ENABLE_REGEXP
{
extern sqlite3_add_regexp_func(sqlite3*);
extern int sqlite3_add_regexp_func(sqlite3*);
sqlite3_add_regexp_func(db);
}
#endif