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.11.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.12.0
Choose a head ref
  • 17 commits
  • 26 files changed
  • 7 contributors

Commits on Apr 19, 2024

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

    * 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 19, 2024
    Configuration menu
    Copy the full SHA
    1fc3d74 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. fix: Fix partitioning by DATE column (#1074)

    Fixes #1056.
    
    Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
    bnaul and chalmerlowe authored May 13, 2024
    Configuration menu
    Copy the full SHA
    ad69c63 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    34e3678 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update all dependencies (#1069)

    * 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: Lingqing Gan <lingqing.gan@gmail.com>
    3 people authored May 21, 2024
    Configuration menu
    Copy the full SHA
    5433d58 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

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

    * 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
    
    * undo grpcio upgrade
    
    grpcio 1.64.0 requires protobuf>=5.26.1,<6.0dev (which introduced a breaking change). Core library doesn't support the new protobuf either. I will isolate the change here and merge the other upgrades first.
    
    ---------
    
    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 May 30, 2024
    Configuration menu
    Copy the full SHA
    5d47132 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

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

    * 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
    
    * undo grpcio upgrade
    
    ---------
    
    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 Jun 5, 2024
    Configuration menu
    Copy the full SHA
    0b3ab54 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

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

    * 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
    
    * undo grpcio upgrade
    
    ---------
    
    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 Jun 6, 2024
    Configuration menu
    Copy the full SHA
    5d58038 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. feat: support UPDATE + JOIN in BigQuery dialect (#1083)

    * feat: support UPDATE JOIN
    
    * vendor code from sqlalchemy
    
    * remove code and add comments
    
    * add vendored folder to path in MANIFEST.in
    
    * remove extra code
    
    * include third_party in pytest
    
    * update MANIFEST.in
    
    * add init file
    
    * add init file
    
    * add pyproject.toml
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * update noxfile and owlbot
    
    * lint
    
    * fix owlbot
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * undo changes for testing
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * add comments to pyproject.toml
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Linchin and gcf-owl-bot[bot] authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    d766d21 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

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

Commits on Jul 8, 2024

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

Commits on Jul 10, 2024

  1. fix: Implement modulus operator (#1048)

    Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
    Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
    3 people authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    f5fb1a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    9e0b117 View commit details
    Browse the repository at this point in the history
  2. fix: Use except distinct and intersect distinct (#1094)

    Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
    aholyoke and Linchin authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    80781ef View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. feat: adds user agent parameters to two functions (#1100)

    * adds user agents parameters to two functions
    
    * adds typing import
    
    * adds test for google_client_info
    
    * tweaks test to only check starting characters
    
    * updates linting
    
    * updates type hints, linting
    
    * updates type hints, linting - redux
    
    * add system test
    
    ---------
    
    Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
    chalmerlowe and Linchin authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    f9324e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Bug: removes a compliance test that fails and replaces with unit test (

    …#1110)
    
    * removes a compliance test that fails and replaces with unit test
    
    * Update tests/unit/test_select.py
    
    * Update tests/unit/test_select.py
    
    * Update tests/unit/test_select.py
    chalmerlowe authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    75569f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

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

Commits on Sep 26, 2024

  1. chore(main): release 1.12.0 (#1075)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d2568da View commit details
    Browse the repository at this point in the history
Loading