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
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