Changingtosqlite3_create_function(sldb, "REGEXP", 2, SQLITE_UTF8, NULL, &qtregexp, NULL, NULL);is better, it matches the SQLite's documentations.Qt Code:
sqlite3_create_function(sldb, "regexp", 2, SQLITE_UTF8, NULL, &qtregexp, NULL, NULL);To copy to clipboard, switch view to plain text mode




Reply With Quote

Bookmarks