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

fix executing multiple SQL statements when using DuckDB with autopandas #676

Closed
wants to merge 7 commits into from

Conversation

edublancas
Copy link

@edublancas edublancas commented Jun 27, 2023

Describe your changes

Issue number

Closes #674

Checklist before requesting a review


📚 Documentation preview 📚: https://jupysql--676.org.readthedocs.build/en/676/

@edublancas edublancas changed the title Error when executing multiple SQL statements when using DuckDB with `… Error when executing multiple SQL statements when using DuckDB with autopandas Jun 27, 2023
@edublancas edublancas changed the title Error when executing multiple SQL statements when using DuckDB with autopandas fix executing multiple SQL statements when using DuckDB with autopandas Jun 27, 2023
@edublancas edublancas marked this pull request as ready for review June 27, 2023 17:54
@edublancas edublancas requested a review from yafimvo as a code owner June 27, 2023 17:54
Copy link

@yafimvo yafimvo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm. added some comments and also please rebase.

CHANGELOG.md Outdated Show resolved Hide resolved
src/sql/run.py Show resolved Hide resolved
@edublancas edublancas closed this Jun 29, 2023
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.

Executing 2 statements within %%sql fails in DuckDB
4 participants