Eric Sink
Eric Sink
The action should add a git tag for the release.
I do need to investigate this a bit. To be clear, you do not appear to be saying that this is something which was previously working and now does not?
Hmmm. I went to write a failing test for this and noticed that there is already a test case that verifies a collation gets deleted: `test_collation_remove` The code in the...
Wait -- what is `pragma_collation_list` ? I expected that to be `PRAGMA collation_list` rather than a `SELECT`.
See notes on investigation in #433
See especially: https://github.com/ericsink/SQLitePCL.raw/issues/433#issuecomment-900631506
Well that's interesting. `sqlite3_prepare_v2()` returns a pointer to the "tail", which is the part of the SQL string that was unused. During the attempt to convert this back to a...
> With SQLite version 1.1.14 it ran for months and it didn't occur. We are now only upgrading to SQLite 2.0.2 and in every hour this crash occurs. That area...
I am interested in trying to reproduce this problem. Can you share your code, or some piece of it? If not, how much can you tell me about how I...
Yes, that's helpful. More questions: So once per second you insert one row? Each row in a separate transaction? Is this .NET Framework or .NET Core? Which version? If .NET...