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

Bump duckdb from 0.2.6 to 0.2.7 #87

Merged
merged 2 commits into from
Jun 14, 2021
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 14, 2021

Bumps duckdb from 0.2.6 to 0.2.7.

Release notes

Sourced from duckdb's releases.

0.2.7 Preview Release "Mollissima"

This preview release of DuckDB is named "Mollissima" after the Common Eider (Somateria mollissima).
Binary builds are listed below. Feedback is very welcome.

Note: 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.

Major changes:

SQL

  • #1847: Unify catalog access functions, and provide views for common PostgreSQL catalog functions
  • #1822: Python/JSON-Style Struct & List Syntax
  • #1862: #1584 Implementing NEXTAFTER for float and double
  • #1860: FIRST implementation for nested types
  • #1858: UNNEST table function & array syntax in parser
  • #1761: Issue #1746: Moving QUANTILE

APIs

  • #1852, #1840, #1831, #1819 and #1779: Improvements to Arrow Integration
  • #1843: First iteration of ODBC driver
  • #1832: Add visualizer extension
  • #1803: Converting Nested Types to native python
  • #1773: Add support for key/value style configuration, and expose this in the Python API

Engine

  • #1808: Row-Group Based Storage
  • #1842: Add (Persistent) Struct Storage Support
  • #1859: Read and write atomically with offsets
  • #1851: Internal Type Rework
  • #1845: Nested join payloads
  • #1813: Aggregate Row Layout
  • #1836: Join Row Layout
  • #1804: Use Allocator class in buffer manager and add a test for a custom allocator usage
Commits
  • 8bc050d Merge pull request #1849 from wangfenjin/sqlite3
  • 3426380 Merge pull request #1862 from pdet/nextafter
  • ef11ccd Simplifying code, making parameter non-constant and couple more tests for nex...
  • 6f24d93 Merge pull request #1845 from hawkfish/hawkfish-row-nested
  • c6d90f7 Merge pull request #1860 from Mytherin/firstnested
  • 9fef4a1 Merge pull request #1858 from Mytherin/unnesttable
  • aaff075 Merge pull request #1855 from hannesmuehleisen/rsolarispow
  • 2a68aa8 fix error test
  • 14193fb Merge pull request #1859 from ankoh/atomic-offsets
  • 6c0db26 FIRST implementation for nested types
  • Additional commits viewable in compare view

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 [duckdb](https://github.com/duckdb/duckdb) from 0.2.6 to 0.2.7.
- [Release notes](https://github.com/duckdb/duckdb/releases)
- [Commits](duckdb/duckdb@v0.2.6...v0.2.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 14, 2021
@Mause Mause enabled auto-merge June 14, 2021 09:48
@Mause Mause merged commit b728c50 into master Jun 14, 2021
@Mause Mause deleted the dependabot/pip/duckdb-0.2.7 branch June 14, 2021 12:33
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