Carlo Sirna
Carlo Sirna
SQLiteAsyncConnection is not an actual connection. it is just a "coordinator" that maintains a Dictionary global dictionary. you can have ten threads/tasks that try to open the same database file...
If what you need is to make text searches "accent-insensitive" (or any weird character-insensitive... like allow german users to search indifferently for "große" or "grosse"), I have done it in...
I have no knowledge about chinese: my target languages were only european languages and cirillyc, but Unidecode has a huge translation table, and I see that it translates some symbols...
and... since I managed to get the attention of an author of the project.. would you mind reviewing my pull request for cancellable queries? https://github.com/praeclarum/sqlite-net/pull/1176 Actually I needed to be...
My bad, I tought you had write access to the repository and you could approve pull requests, anyway... if you have added your custom function to sqlite, you can use...
Hi, That two lines you found you found are not sufficient: it doesn't set a global SSL handler that will be used transparently by the whole application. I am already...
> @csm101 So, what does `CloseAsync` do? Going back to the title, do I need to call `CloseAsync`? Do I need `CloseAsync` in `IAsyncDisposable`? Is it a managed resource or...