Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 8, 2022

Bumps peewee from 3.14.8 to 3.14.10.

Release notes

Sourced from peewee's releases.

3.14.10

  • Add shortcut for conditional insert using sub-select, see #2528
  • Add convenience left_outer_join() method to query.
  • Add selected_columns property to Select queries.
  • Add name property to Alias instances.
  • Fix regression in tests introduced by change to DataSet in 3.14.9.

View commits

3.14.9

  • Allow calling table_exists() with a model-class, refs
  • Improve is_connection_usable() method of MySQLDatabase class.
  • Better support for VIEWs with playhouse.dataset.DataSet and sqlite-web.
  • Support INSERT / ON CONFLICT in playhosue.kv for newer Sqlite.
  • Add ArrayField.contained_by() method, a corollary to contains() and the contains_any() methods.
  • Support cyclical foreign-key relationships in reflection/introspection, and also for sqlite-web.
  • Add magic methods for FTS5 field to optimize, rebuild and integrity check the full-text index.
  • Add fallbacks in setup.py in the event distutils is not available.

View commits

Changelog

Sourced from peewee's changelog.

3.14.10

  • Add shortcut for conditional insert using sub-select, see #2528
  • Add convenience left_outer_join() method to query.
  • Add selected_columns property to Select queries.
  • Add name property to Alias instances.
  • Fix regression in tests introduced by change to DataSet in 3.14.9.

View commits

3.14.9

  • Allow calling table_exists() with a model-class, refs
  • Improve is_connection_usable() method of MySQLDatabase class.
  • Better support for VIEWs with playhouse.dataset.DataSet and sqlite-web.
  • Support INSERT / ON CONFLICT in playhosue.kv for newer Sqlite.
  • Add ArrayField.contained_by() method, a corollary to contains() and the contains_any() methods.
  • Support cyclical foreign-key relationships in reflection/introspection, and also for sqlite-web.
  • Add magic methods for FTS5 field to optimize, rebuild and integrity check the full-text index.
  • Add fallbacks in setup.py in the event distutils is not available.

View commits

Commits
  • 68960f3 3.14.10
  • 7193072 Fix regression introduced by dataset view test.
  • 9e0e868 Add property name to Alias.
  • 838030e Add public property selected_columns to Select.
  • e384f32 Add project URLs
  • 528e014 Merge pull request #2532 from mkmoisen/master
  • fed3f7e Add left_outer_join function to ModelSelect.
  • 48a3097 Update changelog
  • 23ae5d2 Improvements to insert_where() based on #2528 comments
  • 2740937 count queries should only look at peewee namespace.
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 8, 2022
Bumps [peewee](https://github.com/coleifer/peewee) from 3.14.8 to 3.14.10.
- [Release notes](https://github.com/coleifer/peewee/releases)
- [Changelog](https://github.com/coleifer/peewee/blob/master/CHANGELOG.md)
- [Commits](coleifer/peewee@3.14.8...3.14.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/peewee-3.14.10 branch from ff7ae9a to bd37e6e Compare March 27, 2022 18:21
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