Skip to content

Bump sql-metadata from 1.10.0 to 1.11.0#215

Merged
macbre merged 1 commit intomasterfrom
dependabot/pip/sql-metadata-1.11.0
Feb 19, 2021
Merged

Bump sql-metadata from 1.10.0 to 1.11.0#215
macbre merged 1 commit intomasterfrom
dependabot/pip/sql-metadata-1.11.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2021

Bumps sql-metadata from 1.10.0 to 1.11.0.

Release notes

Sourced from sql-metadata's releases.

Improved UNION and GROUP BY handling

This release brings two bug fixes from @aborecki (dzięki! 🙂 🇵🇱 ) and introduces poetry as the dependency manager.

Changelog

  • #79 bug - Wrong parsing results from get_query_tables for select with UNION (by @aborecki)
  • #80 bug - Wrong parsing results get_query_tables for spaces in GROUP BY keyword (by @aborecki)
  • #81 internals - Use Poetry as dependency manager and PyPI publish tool
  • #86 dependencies - build(deps-dev): bump pytest from 6.2.1 to 6.2.2 (by @dependabot[bot])
  • #87 dependencies - build(deps-dev): bump coverage from 5.3.1 to 5.4 (by @dependabot[bot])
  • #88 internals - Run tests on both Python 3.8 and 3.9
  • #89 internals - Test with Python 3.7 too
  • #90 internals - Improve CI cache handling
  • #91 internals - Load cached Poetry venv
  • #92 internals - Try to test using Python 3.6 and 3.7 too
  • #93 internals - Tests - add code coverage report
  • #94 bug - Union's don't return the correct result (by @dylwylie)
  • #95 dependencies - build(deps-dev): bump pylint from 2.6.0 to 2.6.2 (by @dependabot[bot])
  • #96 pr - Extend test coverage for UNION queries
Commits
  • 338dd5b Bump version to 1.11.0
  • d8c6341 Merge pull request #96 from macbre/unions-fix
  • 5138f12 Add a test case for #94
  • 604ebb9 Create a dedicated test_unions()
  • 2571066 Merge pull request #95 from macbre/dependabot/pip/pylint-2.6.2
  • e5b0452 build(deps-dev): bump pylint from 2.6.0 to 2.6.2
  • 5f6ef50 Merge pull request #93 from macbre/report-coverage
  • a0c9de4 Tests - add code coverage report
  • 050b1c7 Merge pull request #92 from macbre/ci-python-36-37
  • 00c0afb Bump venv caches
  • 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 Feb 19, 2021
@macbre macbre added this to the v1.6.0 milestone Feb 19, 2021
@macbre macbre merged commit 2a51eae into master Feb 19, 2021
@macbre macbre deleted the dependabot/pip/sql-metadata-1.11.0 branch February 19, 2021 17:29
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