Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-bigquery-sqlalchemy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.10.0
Choose a base ref
...
head repository: googleapis/python-bigquery-sqlalchemy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.11.0
Choose a head ref
  • 16 commits
  • 35 files changed
  • 12 contributors

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    414edb7 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    0aa26df View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    d0fa947 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    6fd615e View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. chore(python): add requirements for docs build (#1043)

    Source-Link: googleapis/synthtool@85c23b6
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:3741fd1f5f5150378563c76afa06bcc12777b5fe54c5ee01115218f83872134f
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    f147eac View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. chore(deps): update all dependencies (#1045)

    * chore(deps): update all dependencies
    
    * Update samples/snippets/requirements.txt
    
    ---------
    
    Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
    renovate-bot and chalmerlowe authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    3e80d65 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. chore(deps): update all dependencies (#1046)

    * chore(deps): update all dependencies
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    renovate-bot and gcf-owl-bot[bot] authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    8fffe6d View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. chore(deps): update all dependencies (#1051)

    * chore(deps): update all dependencies
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    renovate-bot and gcf-owl-bot[bot] authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    7c93962 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. feat: support SQLAlchemy 2.0, raise minimum required version to 1.4.x (

    …#1053)
    
    * feat!: Support SQLAlchemy 2.0, drop support for 1.x
    
    This patch makes this library backward incompatible for
    versions of SQLAlchemy < 2.0.
    
    Fixes #510
    
    * constraints updated
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fixing README.rst
    
    * fixing README.rst
    
    * upping sqlalchemy version in constraints-3.8.txt
    
    * adding 2.0 version restrictions to owlbot.py
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fix for
    
    * Updated some compliance tests for sqla2 and bq
    
    * Addressed snippet errors
    
    * revert bad commit
    
    * More compliance tests checking
    
    * reformatted with black
    
    * Changed more compliance tests, updated requirements for testing
    
    * Fixed attributeerror in failing sample test
    
    * Fixed geolography test failing issue
    
    * Minor tweaks to tests and code
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Fixed small error in compliance tests, added pip freeze for owl bot testing
    
    * Fixed some failing compliance tests by reformatting
    
    * Added UuidTest to compliance tests
    
    * Moved back sqlalchemy constraints to 1.4
    
    * Update testing/constraints-3.8.txt
    
    * Fixed minimum version of sqlalchemy for 1.4 backwards compatibility
    
    * Bumping support for sqlalchemy 1.4.16 for sample tests
    
    * Bump setup.py sqlalchemy to 1.4.16
    
    * Updated compliance sqlalchemy to 1.4.16
    
    * Fixed broken code in last merged main, as we need to avoid duplicate entries and potential implicit joins due to identical table names
    
    * modified tests for join order variation in 1.4 vs 2.0
    
    * typo
    
    * Modified one compliance StringTest thats been flaky
    
    * Updated docs
    
    * minor fixes to noxfile and README
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * cleaned up code from review, removed unnecessary code and files
    
    * Update tests/sqlalchemy_dialect_compliance/test_dialect_compliance.py
    
    * create development release 1.11.0.dev0 branch
    
    * chore: cleanup compliance tests for sqlalchemy migration (#1013)
    
    * chore: remove code for sqlalchemy before 1_4
    
    * reformatted with black:
    
    * Removed sqlalchemy compliance tests from versions before 1.4
    
    * removed code in base.py for sqlalchemy < 1.4
    
    * fix coverage issues in base.py
    
    * temporarily commented out code lines not passing coverage for testing purposes
    
    * replaced functions previously removed for not passing cover
    
    * testing removing functions for coverage
    
    * add no cover tag to untested code and clean up commented out functions
    
    * fix lint issues
    
    * black
    
    * chore: cleanup compliance file tests after migration
    
    * lint
    
    * fixed small import error
    
    ---------
    
    Co-authored-by: Sharoon Thomas <sharoon.thomas@fulfil.io>
    
    * Revert "chore: cleanup compliance tests for sqlalchemy migration" (#1015)
    
    * chore: fix coverage tests sqlalchemy 2.0 migration (#987)
    
    * chore: remove code for sqlalchemy before 1_4
    
    * reformatted with black:
    
    * Removed sqlalchemy compliance tests from versions before 1.4
    
    * removed code in base.py for sqlalchemy < 1.4
    
    * fix coverage issues in base.py
    
    * temporarily commented out code lines not passing coverage for testing purposes
    
    * replaced functions previously removed for not passing cover
    
    * testing removing functions for coverage
    
    * add no cover tag to untested code and clean up commented out functions
    
    * fix lint issues
    
    * black
    
    * Readded deleted tests and renamed them from deprecated names
    
    * black
    
    ---------
    
    Co-authored-by: Sharoon Thomas <sharoon.thomas@fulfil.io>
    
    * chore: sqlalchemy test compliance suite cleanup (#1018)
    
    * chore: remove code for sqlalchemy before 1_4
    
    * reformatted with black:
    
    * Removed sqlalchemy compliance tests from versions before 1.4
    
    * removed code in base.py for sqlalchemy < 1.4
    
    * fix coverage issues in base.py
    
    * temporarily commented out code lines not passing coverage for testing purposes
    
    * replaced functions previously removed for not passing cover
    
    * testing removing functions for coverage
    
    * add no cover tag to untested code and clean up commented out functions
    
    * fix lint issues
    
    * black
    
    * Readded deleted tests and renamed them from deprecated names
    
    * black
    
    * chore: sqlalchemy test compliance suite cleanup code
    
    * black
    
    * black
    
    ---------
    
    Co-authored-by: Sharoon Thomas <sharoon.thomas@fulfil.io>
    
    * create development release 1.11.0.dev1 branch
    
    * feat: grouping sets, rollup and cube compatibility
    
    * create development release 1.11.0.dev2
    
    * test commit to run kokooro tests
    
    * removed unnecessary clause function changes, edited tests
    
    * test basic implementation of group_by_clause and visit_label
    
    * fixed render label as label assignment
    
    * added test case
    
    * reformat logic
    
    * test commit
    
    * create development build 1.11.0.dev3
    
    * chore: add more grouping sets/rollup/cube tests (#1029)
    
    * chore: add more tests for grouping functions fix
    
    * reformatted tests
    
    * update changelog
    
    * revert changelog
    
    * remove note
    
    * don't install prerelease in compliance session
    
    * sync owlbot
    
    * Update tests/sqlalchemy_dialect_compliance/test_dialect_compliance.py
    
    * make results order not matter
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Sharoon Thomas <sharoon.thomas@fulfil.io>
    Co-authored-by: Nishant Nayak <nishantnayak@google.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: kiraksi <kirnendra@google.com>
    Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
    Co-authored-by: Chalmer Lowe <chalmer.lowe@gmail.com>
    Co-authored-by: Kira <kira.kaur.sidhu@gmail.com>
    8 people authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7a4c3c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. chore(deps): update all dependencies (#1052)

    * chore(deps): update all dependencies
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
    3 people authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    bb7f29c View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. chore(deps): update all dependencies (#1058)

    * chore(deps): update all dependencies
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    renovate-bot and gcf-owl-bot[bot] authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    8c8cd15 View commit details
    Browse the repository at this point in the history
  2. docs: fix docs session (#1060)

    Source-Link: googleapis/synthtool@223f39e
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:8244c1253becbaa533f48724a6348e4b92a10df4b4dfb66d87e615e633059bdf
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
    3 people authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    7e66cc2 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. chore(deps): update all dependencies (#1062)

    * chore(deps): update all dependencies
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    renovate-bot and gcf-owl-bot[bot] authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    0fe3cd9 View commit details
    Browse the repository at this point in the history
  2. chore(python): bump idna from 3.4 to 3.7 in .kokoro (#1066)

    Source-Link: googleapis/synthtool@d50980e
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:5a4c19d17e597b92d786e569be101e636c9c2817731f80a5adec56b2aa8fe070
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    6d38f00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1aab481 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. chore(main): release 1.11.0 (#1054)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
    release-please[bot] and chalmerlowe authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6978718 View commit details
    Browse the repository at this point in the history
Loading