sqlcipher / android-database-sqlcipher

Android SQLite API based on SQLCipher
https://www.zetetic.net/sqlcipher/sqlcipher-for-android/
Other
2.73k stars 564 forks source link

net.sqlcipher.database.SQLiteException: no such function: REGEXP: #596

Closed keybalabala closed 1 year ago

keybalabala commented 1 year ago

net.sqlcipher.database.SQLiteException: no such function: REGEXP:

Why can't use REGEXP? I can use it with non-encrypted sql statements

developernotes commented 1 year ago

Hi @keybalabala

The REGEXP operator is a special syntax for the regexp() user function. SQLCipher for Android does not register a regexp() user function within the library.

We reserve GitHub Issues for tracking defects within the software library itself. This particular question should be posted to the SQLCipher Community Discuss site for further discussion, please consider reposting there instead. Thanks!