Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate possibility of sqlite3_load_extension #457

Closed
ericsink opened this issue Oct 19, 2021 · 2 comments
Closed

Investigate possibility of sqlite3_load_extension #457

ericsink opened this issue Oct 19, 2021 · 2 comments

Comments

@ericsink
Copy link
Owner

@ericsink Would it be possible to add sqlite3_load_extension to SQLitePCLRaw?

Originally posted by @bricelam in dotnet/efcore#26220 (comment)

@ericsink
Copy link
Owner Author

Maaaybe.

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
Copy link
Owner Author

ericsink commented Sep 6, 2022

I'm guessing this can be closed, as the following change by @bricelam makes use of this feature, apparently successfully:

dotnet/efcore#28903

@ericsink ericsink closed this as completed Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant