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

Bind BLOBs as BLOBs instead of strings #98

Merged
merged 2 commits into from
Sep 4, 2024
Merged

Conversation

asg017
Copy link
Contributor

@asg017 asg017 commented May 30, 2024

refs #97

When binding a BLOB from DuckDB to SQLite, it would be bound as TEXT instead of a SQLite BLOB. This PR adds a new BindBlob function, which is the same as BindText, but instead uses sqlite3_bind_blob.

I didn't test this locally since I had trouble compiling it myself, but the CI seems to pass just fine?

@asg017
Copy link
Contributor Author

asg017 commented Jun 9, 2024

Gentle bump - would love to see this get merged! Let me know if there's anything I can do.

@Mytherin
Copy link
Contributor

Mytherin commented Sep 4, 2024

Thanks for the PR! Apologies for the delay, I had not seen it. LGTM

@Mytherin Mytherin merged commit d4a7917 into duckdb:main Sep 4, 2024
22 checks passed
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