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
{{ message }}
This repository was archived by the owner on Nov 1, 2018. It is now read-only.
You can already use SqliteConnection.CreateCollation to add custom collations (see #19 for the API). The addition of other functions is in the works (tracked by #14).
Hi.
SQLite supports custom functions. And most broadly used sqlite provider on .net - System.Data.SQLite supports them as well.
It'd be nice to have the same in Microsoft.Data.Sqlite.
Here's an example how it looks in System.Data.SQlite - :
then it should be registered as
SQLiteFunction.RegisterFunction(typeof(OrdinalIgnoreCaseCollation));
The text was updated successfully, but these errors were encountered: