Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using sqlite3_create_function in SQLite.Net #369

Open
markonovotny opened this issue Aug 25, 2017 · 0 comments
Open

Using sqlite3_create_function in SQLite.Net #369

markonovotny opened this issue Aug 25, 2017 · 0 comments

Comments

@markonovotny
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant