Skip to content

chore: bump jupysql from 0.8.0 to 0.9.0#239

Merged
max-sixty merged 4 commits intomainfrom
dependabot/pip/jupysql-0.9.0
Aug 3, 2023
Merged

chore: bump jupysql from 0.8.0 to 0.9.0#239
max-sixty merged 4 commits intomainfrom
dependabot/pip/jupysql-0.9.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Aug 2, 2023

Bumps jupysql from 0.8.0 to 0.9.0.

Changelog

Sourced from jupysql's changelog.

0.9.0 (2023-08-01)

  • [Feature] Allow loading configuration value from a pyproject.toml file upon magic initialization (#689)
  • [Feature] Adds with_ to {SQLAlchemyConnection, DBAPIConnection}.raw_execute to resolve CTEs
  • [Feature] allows parametrizing queries with :variable with %config SqlMagic.named_parameters = True
  • [Fix] Fix error that was incorrectly converted into a print message
  • [Fix] Modified histogram query to ensure histogram binning is done correctly (#751)
  • [Fix] Fix bug that caused the COMMIT not to work when the SQLAlchemy driver did not support set_isolation_level
  • [Fix] Fixed vertical color breaks in histograms (#702)
  • [Fix] Showing feedback when switching connections (#727)
  • [Fix] Fix error that caused some connections not to be closed when calling --close/-x
  • [Fix] Fix bug that caused the query transpilation process to fail when passing multiple statements
  • [Fix] Fixes error when creating tables and querying them in the same cell when using DuckDB + SQLAlchemy (#674)
  • [Fix] Using native methods to convert to data frames from DuckDB when using native connections and SQLAlchemy
  • [Fix] Fix error that caused literals like ':something' to be interpreted as query parameters
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [jupysql](https://github.com/ploomber/jupysql) from 0.8.0 to 0.9.0.
- [Changelog](https://github.com/ploomber/jupysql/blob/master/CHANGELOG.md)
- [Commits](ploomber/jupysql@0.8.0...0.9.0)

---
updated-dependencies:
- dependency-name: jupysql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 2, 2023
max-sixty and others added 3 commits August 2, 2023 21:40
Not great software engineering to just remove them, but the way errors
propagate has changed, and I think it's unlikely that we don't fail when
the calling function fails...
@max-sixty
Copy link
Copy Markdown
Member

FWIW I took the expedient step of removing some of those tests from our test suite, given the likelihood that our wrapping code stops something from raising...

@max-sixty max-sixty merged commit 368414d into main Aug 3, 2023
@max-sixty max-sixty deleted the dependabot/pip/jupysql-0.9.0 branch August 3, 2023 04:43
@eitsupi
Copy link
Copy Markdown
Member

eitsupi commented Aug 3, 2023

Thanks for the update!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants