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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user