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.8 to 0.2.9 #152

Merged
merged 3 commits into from
Sep 7, 2021
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 6, 2021

Bumps duckdb from 0.2.8 to 0.2.9.

Release notes

Sourced from duckdb's releases.

0.2.9 Preview Release "Platyrhynchos"

This preview release of DuckDB is named "Platyrhynchos" after the very well-known Mallard, πλατυρυγχος meaning "broad-billed".

Binary builds are listed below. Feedback is very welcome.

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.

Major changes (not listing minor bug fixes and small changes):

Storage

  • #2099: Persistent Storage Compression Framework & RLE compression for numeric columns
  • #2157: Multi-Occupancy Blocks in the Storage

SQL

  • #2247: Support session and global SET statement variable scopes.
  • #2230: Full Case Insensitivity in the Binder & Catalog
  • #2208: Allow duplicate column names in subqueries/CREATE TABLE AS, similar to SQLite
  • #2206: Allow unnamed subqueries
  • #2189: Add support for SUMMARIZE of SQL statement/table
  • #2158: ORDER BY aggregates
  • #2171: Implement LAST
  • #2146: Support for RANGE and ARRAY_LENGTH scalar functions
  • #2133: Implement DATESUB & #2090: Implement DATEDIFF
  • #2128: Fall back to VARCHAR when the type of a prepared statement parameter is ambiguous

Performance Improvements

  • #2226: Issue #1657: Reduce Window copying
  • #2221: Prefetch Parquet Meta Data
  • #2172: Top-N Rework using new sort code
  • #2167: Use new sort code in window functions
  • #2098: Reduce unnecessary sorting overhead
  • #2077: Fetch Arrow - Streaming

C Client:

  • #2173: Don't strdup error msg
  • #2115: Improve performance of duckdb_value functions, add support for HUGEINT type and add extra result helper functions
  • #2107: CAPI Cleanup & DATE/TIME/TIMESTAMP rework

R Client

  • #2250: Support column subsets in dbAppendTable()
  • #2134: Implement dbAppendTable()
  • #2136: Implement dbBind() according to specification
  • #2119: Enable more DBItest tests

ODBC Client

  • #2184: Enabling pyodbc & #2124: Enable nanodbc & #2159: Making the R odbc package work with our ODBC driver
  • #2169: Supporting SQLPutData, SQLParamData, SQLMoreResults & - #2096: SQLFetchScroll and SQLGetPrivateProfileString
  • #2236: Windows x64 Support

... (truncated)

Commits
  • 1776611 Merge pull request #2247 from omo/setscope
  • 0b3e814 Merge pull request #2250 from krlmlr/f-append-column-subset
  • ca9b322 Merge pull request #2249 from Mytherin/fixdataraceorder
  • 9f52244 Support session and global SET statement variable scopes.
  • 289b64d R: Support column subsets in dbAppendTable()
  • 4d4baf3 Merge pull request #2230 from Mytherin/issue2180
  • 4d007b5 Merge pull request #2233 from dforsber/add-uri-encoding-to-s3fs
  • f727662 Actually not a race - but this lock is unnecessary
  • e492435 Fix data race in ORDER BY
  • bb3b9b7 Another test + code coverage
  • 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.8 to 0.2.9.
- [Release notes](https://github.com/duckdb/duckdb/releases)
- [Commits](duckdb/duckdb@v0.2.8...v0.2.9)

---
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 Sep 6, 2021
@github-actions

This comment has been minimized.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 6, 2021

Unit Test Results

  1 files  ±0    1 suites  ±0   7s ⏱️ ±0s
47 tests ±0  39 ✔️ ±0  8 💤 ±0  0 ❌ ±0 

Results for commit fada540. ± Comparison against base commit fada540.

♻️ This comment has been updated with latest results.

@Mause Mause enabled auto-merge September 7, 2021 03:20
@Mause Mause merged commit fada540 into master Sep 7, 2021
@Mause Mause deleted the dependabot/pip/duckdb-0.2.9 branch September 7, 2021 03:32
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