zedzhao

Results 5 comments of zedzhao

Error Message: [WCDB][ERROR]Code:1, Type:SQLite, Tag:0, Op:3, ExtCode:1, Msg:no such function: REGEXP,

Then how to use 'create_function‘ in WCDB to create regexp?

WCDB version is 1.0.6.1 `NSArray *foots = [[DatabaseContext db] getObjectsOfClass:FootprintItem.class fromTable:[self tableName] where: FootprintItem.link.regexp(@"[2-5]")] ;` This is the one row data id link time title "207" "http://baidu_206.com" "20190328162124" "title_206_206"

T_T The requirements is to query by regex expression.

OK, Thanks T_T.