Eric Sink
Eric Sink
I see. The best workaround I can think of right now is for you to copy the `nativelibrary_whatever.cs` out of my repo and use it.
I *think* you are correct -- those nativelibrary files should probably go into provider_dynamic, not in the lib packages. As you point out, the public API for provider_dynamic depends on...
I thought I replied to this, but apparently not. I can help with your questions about where to place the declaration and whether to run T4 when this PR is...
I believe `sqlite3_drop_modules` is another part of the same overall feature, virtual modules. In other words, the virtual modules feature (which would be an enormous effort) would require quite a...
If you want to try implementing a new `sqlite3_` method, I suggest first reading the diffs from past commits that did that. For example, c35a21987e04bb15cc76b4c886226fd92e40efef added several new API methods....
I have modified the title of this issue to clarify that it is Wasm-specific. If that's not true, let me know.
@bricelam Has this problem caught your eye anywhere yet? I'm having trouble thinking of an idea that doesn't sound dumb (like a compiler bug in emscripten). I looked at the...
That is unfamiliar, and there's not much here to go on. Do you have any additional information? Platforms? Versions? Environment?
I've just looked a bit at the stack trace and at the code for `SqliteDataRecord.GetStream(Int32)` in Microsoft.Data.Sqlite. It's possible that I've got a bug in `sqlite3_table_column_metadata`. If so, it should...
When trying to load from /usr/lib, you probably want the name of the library to be `sqlite3` instead of `e_sqlite3`. I use the `e_sqlite3` name specifically to avoid clashes with...