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

Enable extension loading #236

Merged
merged 3 commits into from
Jun 3, 2024
Merged

Conversation

mugikhan
Copy link
Contributor

@mugikhan mugikhan commented Jun 2, 2024

This PR enables manual extensions loading via manual C-API call (https://www.sqlite.org/c3ref/enable_load_extension.html) for the built binaries on both Windows and Linux platforms.

Following on from the discussion on PR #178, this makes the necessary changes for consistency on all platform builds excluding wasm builds (not supported at the moment).

@mugikhan
Copy link
Contributor Author

mugikhan commented Jun 2, 2024

@simolus3 Here is a PR I created for enabling extension loading on Windows and Linux. Please review it and let me know if I missed something.

@simolus3 simolus3 merged commit c957925 into simolus3:main Jun 3, 2024
@simolus3
Copy link
Owner

simolus3 commented Jun 3, 2024

Merged and published, thanks for the contribution!

@mugikhan mugikhan deleted the enable-extension-loading branch August 1, 2024 15:11
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

Successfully merging this pull request may close these issues.

2 participants