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

feat(c/driver/sqlite): Support BLOB in result sets for SQLite #1223

Merged
merged 2 commits into from
Oct 25, 2023

Conversation

paleolimbot
Copy link
Member

It looks like the binding + ingest was supported already, it was just the result sets that were not supported.

From the R bindings:

library(adbcdrivermanager)

db <- adbc_database_init(adbcsqlite::adbcsqlite(), uri = ":memory:")
con <- adbc_connection_init(db)

read_adbc(con, "SELECT X'00' as a") |> 
  as.data.frame()
#>           a
#> 1 blob[1 B]

Created on 2023-10-25 with reprex v2.0.2

@lidavidm lidavidm added this to the ADBC Libraries 0.8.0 milestone Oct 25, 2023
@lidavidm lidavidm merged commit 042f9ef into apache:main Oct 25, 2023
33 checks passed
@paleolimbot paleolimbot deleted the c-sqlite-dictionary branch October 26, 2023 13:47
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