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
I'll take a fresh look at this. IIRC, I omitted the function (years ago) because it caused problems with native SQLite libs where it had been compiled out and where AOT was in play. Specifically, I think it was iOS and bundle_green that was complaining.
But I haven't revisited the matter in a long time, so it's worth checking to see what could be done.
@ericsink Would it be possible to add
sqlite3_load_extension
to SQLitePCLRaw?Originally posted by @bricelam in dotnet/efcore#26220 (comment)
The text was updated successfully, but these errors were encountered: