oysteinkrog / SQLite.Net-PCL

Simple, powerful, cross-platform SQLite client and ORM - Updated version with PCL support
MIT License
353 stars 162 forks source link

Using sqlite3_create_function in SQLite.Net #369

Open markonovotny opened 7 years ago

markonovotny commented 7 years ago

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