HadrienG / taxadb

:hatching_chick: locally query the ncbi taxonomy
http://taxadb.readthedocs.io/
MIT License
39 stars 16 forks source link

Bump peewee from 3.10.0 to 3.11.1 #55

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps peewee from 3.10.0 to 3.11.1.

Release notes *Sourced from [peewee's releases](https://github.com/coleifer/peewee/releases).* > ## 3.11.1 > * Fix bug in new `_pk` / `get_id()` implementation for models that explicitly have disabled a primary-key. > > [View commits](https://github.com/coleifer/peewee/compare/3.11.0...3.11.1) > > ## 3.11.0 > * Fixes [#1991](https://github-redirect.dependabot.com/coleifer/peewee/issues/1991). This particular issue involves joining 3 models together in a chain, where the outer two models are empty. Previously peewee would make the middle model an empty model instance (since a link might be needed from the source model to the outermost model). But since both were empty, it is more correct to make the intervening model a NULL value on the foreign-key field rather than an empty instance. > * An unrelated fix came out of the work on [#1991](https://github-redirect.dependabot.com/coleifer/peewee/issues/1991) where hashing a model whose primary-key happened to be a foreign-key could trigger the FK resolution query. This patch fixes the `Model._pk` and `get_id()` interfaces so they no longer introduce the possibility of accidentally resolving the FK. > * Allow `Field.contains()`, `startswith()` and `endswith()` to compare against another column-like object or expression. > * Workaround for MySQL prior to 8 and MariaDB handling of union queries inside of parenthesized expressions (like IN). > * Be more permissive in letting invalid values be stored in a field whose type is INTEGER or REAL, since Sqlite allows this. > * `TimestampField` resolution cleanup. Now values 0 *and* 1 will resolve to a timestamp resolution of 1 second. Values 2-6 specify the number of decimal places (hundredths to microsecond), or alternatively the resolution can still be provided as a power of 10, e.g. 10, 1000 (millisecond), 1e6 (microsecond). > * When self-referential foreign-keys are inherited, the foreign-key on the subclass will also be self-referential (rather than pointing to the parent model). > * Add TSV import/export option to the `dataset` extension. > * Add item interface to the `dataset.Table` class for doing primary-key lookup, assignment, or deletion. > * Extend the mysql `ReconnectMixin` helper to work with mysql-connector. > * Fix mapping of double-precision float in postgres schema reflection. Previously it mapped to single-precision, now it correctly uses a double. > * Fix issue where `PostgresqlExtDatabase` and `MySQLConnectorDatabase` did not respect the `autoconnect` setting. > > [View commits](https://github.com/coleifer/peewee/compare/3.10.0...3.11.0)
Changelog *Sourced from [peewee's changelog](https://github.com/coleifer/peewee/blob/master/CHANGELOG.md).* > ## 3.11.1 > > * Fix bug in new `_pk` / `get_id()` implementation for models that explicitly > have disabled a primary-key. > > [View commits](https://github.com/coleifer/peewee/compare/3.11.0...3.11.1) > > ## 3.11.0 > > * Fixes [#1991](https://github-redirect.dependabot.com/coleifer/peewee/issues/1991). This particular issue involves joining 3 models together in a > chain, where the outer two models are empty. Previously peewee would make the > middle model an empty model instance (since a link might be needed from the > source model to the outermost model). But since both were empty, it is more > correct to make the intervening model a NULL value on the foreign-key field > rather than an empty instance. > * An unrelated fix came out of the work on [#1991](https://github-redirect.dependabot.com/coleifer/peewee/issues/1991) where hashing a model whose > primary-key happened to be a foreign-key could trigger the FK resolution > query. This patch fixes the `Model._pk` and `get_id()` interfaces so they > no longer introduce the possibility of accidentally resolving the FK. > * Allow `Field.contains()`, `startswith()` and `endswith()` to compare against > another column-like object or expression. > * Workaround for MySQL prior to 8 and MariaDB handling of union queries inside > of parenthesized expressions (like IN). > * Be more permissive in letting invalid values be stored in a field whose type > is INTEGER or REAL, since Sqlite allows this. > * `TimestampField` resolution cleanup. Now values 0 *and* 1 will resolve to a > timestamp resolution of 1 second. Values 2-6 specify the number of decimal > places (hundredths to microsecond), or alternatively the resolution can still > be provided as a power of 10, e.g. 10, 1000 (millisecond), 1e6 (microsecond). > * When self-referential foreign-keys are inherited, the foreign-key on the > subclass will also be self-referential (rather than pointing to the parent > model). > * Add TSV import/export option to the `dataset` extension. > * Add item interface to the `dataset.Table` class for doing primary-key lookup, > assignment, or deletion. > * Extend the mysql `ReconnectMixin` helper to work with mysql-connector. > * Fix mapping of double-precision float in postgres schema reflection. > Previously it mapped to single-precision, now it correctly uses a double. > * Fix issue where `PostgresqlExtDatabase` and `MySQLConnectorDatabase` did not > respect the `autoconnect` setting. > > [View commits](https://github.com/coleifer/peewee/compare/3.10.0...3.11.0)
Commits - [`efe8551`](https://github.com/coleifer/peewee/commit/efe85512a285ddfb2d1bdf1d2273187e499a0232) 3.11.1 - [`ebeadb5`](https://github.com/coleifer/peewee/commit/ebeadb57f090ba7773ef53aabfbec0f39aed4176) Add note to changelog. - [`7f19ee0`](https://github.com/coleifer/peewee/commit/7f19ee038e75b066d19412ed9127505c36a29adf) Fix for no primary key with hash method. - [`9d876a0`](https://github.com/coleifer/peewee/commit/9d876a05d6b956a5a239198712d9cfd5f11e9cf0) Doc for registering udfs singly. - [`9fc81de`](https://github.com/coleifer/peewee/commit/9fc81de341b0d43eb1d4d658d9064e304f42a2e7) 3.11.0 - [`a8850cf`](https://github.com/coleifer/peewee/commit/a8850cf9b09973b8d9502b5212fb34b71230c466) Fix postgres_ext and mysql_ext to respect autoconnect settig. - [`49b667d`](https://github.com/coleifer/peewee/commit/49b667d8b2621e0dcc9478d8a4b1bcd4586438cd) Update changelog, remove finished to-do item. - [`00f3229`](https://github.com/coleifer/peewee/commit/00f32293e99bc7ad90f4706bd6b46d88f200b431) Fix parentheses for MySQL in certain compound select queries. - [`ae154ef`](https://github.com/coleifer/peewee/commit/ae154ef0824ff8a2923c6f76840fc5db10219e50) More aggressive assertions around query counts. - [`cf3fe22`](https://github.com/coleifer/peewee/commit/cf3fe22f5a25debd88ba8183be179f4c765d0ae6) Fix for test that requires foreign-key constraints on sqlite. - Additional commits viewable in [compare view](https://github.com/coleifer/peewee/compare/3.10.0...3.11.1)


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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
codecov-io commented 5 years ago

Codecov Report

Merging #55 into dev will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev      #55   +/-   ##
=======================================
  Coverage   91.61%   91.61%           
=======================================
  Files          11       11           
  Lines         453      453           
=======================================
  Hits          415      415           
  Misses         38       38

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update debf145...738f225. Read the comment docs.

dependabot-preview[bot] commented 5 years ago

Superseded by #56.