Skip to content

fix: dbExecute(con, "CALL ...") no longer attempts to access the resulting data frame. Use dbGetQuery(con, "CALL ...") to access the data#1080

Merged
krlmlr merged 1 commit into
mainfrom
b-1062-call-exec
Mar 13, 2025
Merged

fix: dbExecute(con, "CALL ...") no longer attempts to access the resulting data frame. Use dbGetQuery(con, "CALL ...") to access the data#1080
krlmlr merged 1 commit into
mainfrom
b-1062-call-exec

Conversation

@krlmlr

@krlmlr krlmlr commented Mar 13, 2025

Copy link
Copy Markdown
Collaborator

Closes #1062.

…sulting data frame. Use `dbGetQuery(con, "CALL ...")` to access the data
@krlmlr krlmlr enabled auto-merge (squash) March 13, 2025 08:17
@krlmlr krlmlr merged commit 9c70c05 into main Mar 13, 2025
@krlmlr krlmlr deleted the b-1062-call-exec branch March 13, 2025 08:41
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Mar 14, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

duckdb_post_execute can't handle CALL statements

1 participant