Skip to content

chore: bump duckdb from 0.7.1 to 0.8.0 #2601

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

Merged
merged 1 commit into from
Jun 7, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 22, 2023

Bumps duckdb from 0.7.1 to 0.8.0.

Release notes

Sourced from duckdb's releases.

v0.8.0

What's Changed

New Contributors

Full Changelog: duckdb/duckdb-rs@v0.7.1...v0.8.0

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)

max-sixty added a commit to max-sixty/prql that referenced this pull request May 22, 2023
Shows the input in the case of a failure (e.g. PRQL#2601)
@max-sixty
Copy link
Member

Our tests are broken by duckdb/duckdb#7174. The rationale there sounds reasonable.

Should we output NULLS LAST for every dialect (or at least the ones for which it's not the default)? That would bring consistency.

@max-sixty max-sixty added the needs-discussion Undecided dilemma label May 22, 2023
@aljazerzen
Copy link
Member

I agree, NULLS LAST is a good default, we can emit it for all ORDER BY queries and all dialects that don't do this by default already.

max-sixty added a commit to max-sixty/prql that referenced this pull request May 23, 2023
@max-sixty
Copy link
Member

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 26, 2023

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@max-sixty
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/cargo/duckdb-0.8.0 branch from ceea403 to 0455367 Compare May 26, 2023 07:03
aljazerzen added a commit to max-sixty/prql that referenced this pull request May 30, 2023
commit a9e9987
Merge: 1e182e7 6768560
Author: Aljaž Mur Eržen <[email protected]>
Date:   Tue May 30 15:04:21 2023 +0200

    Merge remote-tracking branch 'origin/main' into nulls-last

commit 1e182e7
Author: Aljaž Mur Eržen <[email protected]>
Date:   Tue May 30 15:04:03 2023 +0200

    fix

commit e2a225d
Author: Aljaž Mur Eržen <[email protected]>
Date:   Tue May 30 13:49:12 2023 +0200

    fix

commit 006ccb0
Author: Aljaž Mur Eržen <[email protected]>
Date:   Tue May 30 13:35:21 2023 +0200

    update sort docs

commit c04e21e
Merge: 6b474e8 66e0bf6
Author: Aljaž Mur Eržen <[email protected]>
Date:   Tue May 30 12:47:38 2023 +0200

    Merge remote-tracking branch 'origin/main' into nulls-last

commit 6b474e8
Author: Maximilian Roos <[email protected]>
Date:   Wed May 24 13:57:19 2023 -0700

    .

commit 4441d84
Author: Maximilian Roos <[email protected]>
Date:   Wed May 24 13:22:32 2023 -0700

    .

commit 694ff47
Merge: e83d1fd7 2e03033
Author: Maximilian Roos <[email protected]>
Date:   Wed May 24 13:21:41 2023 -0700

    Merge branch 'main' into nulls-last

commit e83d1fd
Merge: 6959c5f 72f4998
Author: Maximilian Roos <[email protected]>
Date:   Wed May 24 01:56:09 2023 -0700

    Merge branch 'main' into nulls-last

commit 6959c5f
Merge: 9045353 eecee03
Author: Maximilian Roos <[email protected]>
Date:   Tue May 23 18:14:17 2023 -0700

    Merge branch 'main' into nulls-last

commit 9045353
Author: Maximilian Roos <[email protected]>
Date:   Tue May 23 18:14:00 2023 -0700

commit 94bd63b
Author: Maximilian Roos <[email protected]>
Date:   Tue May 23 17:55:29 2023 -0700

commit 40e1956
Author: Maximilian Roos <[email protected]>
Date:   Tue May 23 17:33:54 2023 -0700

commit 89c3a8a
Author: Maximilian Roos <[email protected]>
Date:   Tue May 23 16:30:56 2023 -0700

    Update website queries (great tests!!)

commit 4aeab70
Author: Maximilian Roos <[email protected]>
Date:   Tue May 23 12:01:40 2023 -0700

    MySQL also doesn't support it

commit 28d431c
Author: Maximilian Roos <[email protected]>
Date:   Tue May 23 11:57:01 2023 -0700

commit dd1ac9c
Author: Maximilian Roos <[email protected]>
Date:   Tue May 23 11:20:43 2023 -0700

    feat!: Default to `NULLS LAST`

    As discussed in PRQL#2601
@aljazerzen
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/duckdb-0.8.0 branch from 0455367 to 96af2c6 Compare May 30, 2023 16:30
Bumps [duckdb](https://github.com/wangfenjin/duckdb-rs) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/wangfenjin/duckdb-rs/releases)
- [Commits](duckdb/duckdb-rs@v0.7.1...v0.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/duckdb-0.8.0 branch from 96af2c6 to 883ea71 Compare June 7, 2023 01:08
@github-actions github-actions bot enabled auto-merge (squash) June 7, 2023 01:12
@github-actions github-actions bot merged commit aba8a5d into main Jun 7, 2023
@github-actions github-actions bot deleted the dependabot/cargo/duckdb-0.8.0 branch June 7, 2023 01:35
max-sixty added a commit that referenced this pull request Jun 7, 2023
max-sixty added a commit that referenced this pull request Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants