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

Update duckdb requirement from <0.8,>=0.3 to >=0.3,<0.9 #35

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2023

Updates the requirements on duckdb to permit the latest version.

Release notes

Sourced from duckdb's releases.

0.8.0 Preview Release "Fulvigula"

This preview release of DuckDB is named "Fulvigula" after the Mottled duck (Anas fulvigula) which lives in the Gulf of Mexico, where it is apparently highly prized amongst (heartless) hunters.

There are two SQL-level breaking changes in this release:

  • duckdb/duckdb#7174 The default sort order switched from NULLS FIRST to NULLS LAST because this is more intuitive, especially in conjunction with LIMIT.
  • duckdb/duckdb#7082 The division operator / will now always lead to a floating point result even with integer parameters. The new operator // retains the old semantics. This change is consistent with Python.

Note: Again, this release introduces a backwards-incompatible change to the on-disk storage format. We suggest you use the EXPORT DATABASE command with the old version followed by IMPORT DATABASE with the new version to migrate your data. See the documentation for details.

What's Changed

... (truncated)

Commits
  • a01fd5a Merge pull request #7533 from hannes/rplatformmingwrtools
  • 98227ad Merge pull request #7534 from Tishj/python_query_multiple_statements
  • 11452b1 Merge pull request #7505 from Tishj/python_read_json_improvements
  • 99546fe properly release gil before fetching from the stream query result
  • 4e856aa Merge pull request #7526 from Mytherin/pandasscanalias
  • 707aced Merge pull request #7525 from hannes/runexportsql
  • 3fa7c4c Merge pull request #7516 from Tishj/safe_unique_ptr_2
  • 1bcdb92 changing platform define for mingw
  • 8ddb220 Alias replacement scans to table name if no explicit alias is provided by the...
  • 59a4ec3 Merge pull request #7512 from carlopi/fixamaldebug
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [duckdb](https://github.com/duckdb/duckdb) to permit the latest version.
- [Release notes](https://github.com/duckdb/duckdb/releases)
- [Changelog](https://github.com/duckdb/duckdb/blob/master/tools/release-pip.py)
- [Commits](duckdb/duckdb@v0.3.0...v0.8.0)

---
updated-dependencies:
- dependency-name: duckdb
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 1, 2023
@amotl
Copy link
Member

amotl commented Jul 1, 2023

@dependabot rebase

1 similar comment
@amotl
Copy link
Member

amotl commented Jul 1, 2023

@dependabot rebase

@amotl
Copy link
Member

amotl commented Jul 1, 2023

@dependabot recreate

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 1, 2023

Superseded by #42.

@dependabot dependabot bot closed this Oct 1, 2023
@dependabot dependabot bot deleted the dependabot/pip/duckdb-gte-0.3-and-lt-0.9 branch October 1, 2023 03:17
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant