You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there any possibility to use sqlite3_create_function in SQLite.Net ?
I want to create custom function for REGEX because it is not implemented for Xamarin Forms (UWP).
For this query:
select * from table1 where column1 REGEXP '.test.'
I am getting the following error:
SQLiteException occurred
Exception thrown: 'SQLite.Net.SQLiteException' in SQLite.Net.Platform.WinRT.dll
Additional information: no such function: REGEXP
The text was updated successfully, but these errors were encountered:
Hello,
is there any possibility to use sqlite3_create_function in SQLite.Net ?
I want to create custom function for REGEX because it is not implemented for Xamarin Forms (UWP).
For this query:
select * from table1 where column1 REGEXP '.test.'
I am getting the following error:
SQLiteException occurred
Exception thrown: 'SQLite.Net.SQLiteException' in SQLite.Net.Platform.WinRT.dll
Additional information: no such function: REGEXP
The text was updated successfully, but these errors were encountered: