-
Notifications
You must be signed in to change notification settings - Fork 138
Comparing changes
Open a pull request
base repository: googleapis/python-bigquery-sqlalchemy
base: v1.11.0
head repository: googleapis/python-bigquery-sqlalchemy
compare: v1.12.0
- 17 commits
- 26 files changed
- 7 contributors
Commits on Apr 19, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 1fc3d74 - Browse repository at this point
Copy the full SHA 1fc3d74View commit details
Commits on May 13, 2024
-
fix: Fix partitioning by DATE column (#1074)
Fixes #1056. Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
Configuration menu - View commit details
-
Copy full SHA for ad69c63 - Browse repository at this point
Copy the full SHA ad69c63View commit details
Commits on May 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 34e3678 - Browse repository at this point
Copy the full SHA 34e3678View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 5433d58 - Browse repository at this point
Copy the full SHA 5433d58View commit details
Commits on May 30, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 5d47132 - Browse repository at this point
Copy the full SHA 5d47132View commit details
Commits on Jun 5, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 0b3ab54 - Browse repository at this point
Copy the full SHA 0b3ab54View commit details
Commits on Jun 6, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 5d58038 - Browse repository at this point
Copy the full SHA 5d58038View commit details
Commits on Jun 13, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for d766d21 - Browse repository at this point
Copy the full SHA d766d21View commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 155e5b0 - Browse repository at this point
Copy the full SHA 155e5b0View commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0577eb7 - Browse repository at this point
Copy the full SHA 0577eb7View commit details
Commits on Jul 10, 2024
-
fix: Implement modulus operator (#1048)
Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com> Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
Configuration menu - View commit details
-
Copy full SHA for f5fb1a2 - Browse repository at this point
Copy the full SHA f5fb1a2View commit details
Commits on Jul 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9e0b117 - Browse repository at this point
Copy the full SHA 9e0b117View commit details -
fix: Use except distinct and intersect distinct (#1094)
Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 80781ef - Browse repository at this point
Copy the full SHA 80781efView commit details
Commits on Aug 5, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for f9324e3 - Browse repository at this point
Copy the full SHA f9324e3View commit details
Commits on Aug 13, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 75569f4 - Browse repository at this point
Copy the full SHA 75569f4View commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b54bdde - Browse repository at this point
Copy the full SHA b54bddeView commit details
Commits on Sep 26, 2024
-
chore(main): release 1.12.0 (#1075)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d2568da - Browse repository at this point
Copy the full SHA d2568daView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.11.0...v1.12.0