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/google-cloud-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: googleapis/google-cloud-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dbapi-driver-3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 47 files changed
  • 3 contributors

Commits on Mar 24, 2026

  1. feat: initial scaffolding for the google-cloud-spanner-dbapi-driver

    … package, including core files, tests, documentation, and build configurations.
    bhatt4982 committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    8bb2e02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cef06c View commit details
    Browse the repository at this point in the history
  3. Update packages/google-cloud-spanner-dbapi-driver/docs/conf.py

    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    bhatt4982 and gemini-code-assist[bot] committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    12c5fbb View commit details
    Browse the repository at this point in the history
  4. Update packages/google-cloud-spanner-dbapi-driver/README.rst

    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    bhatt4982 and gemini-code-assist[bot] committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    f5634bf View commit details
    Browse the repository at this point in the history
  5. Update packages/google-cloud-spanner-dbapi-driver/docs/README.rst

    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    bhatt4982 and gemini-code-assist[bot] committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    8e77cb1 View commit details
    Browse the repository at this point in the history
  6. Update packages/google-cloud-spanner-dbapi-driver/docs/conf.py

    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    bhatt4982 and gemini-code-assist[bot] committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    3df7deb View commit details
    Browse the repository at this point in the history
  7. Update packages/google-cloud-spanner-dbapi-driver/noxfile.py

    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    bhatt4982 and gemini-code-assist[bot] committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    f6e96d0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3ceb931 View commit details
    Browse the repository at this point in the history
  9. feat: Add Python 3.7, 3.8, and 3.9 to ALL_PYTHON in noxfile.py wh…

    …ile skipping `mypy`, `unit`, and `system` test sessions for these older versions.
    bhatt4982 committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    cdd9798 View commit details
    Browse the repository at this point in the history
  10. refactor: use explicit Python version variables for ruff formatting a…

    …nd constraints file selection in nox sessions.
    bhatt4982 committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    d32d670 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a45d741 View commit details
    Browse the repository at this point in the history
  12. feat: Implement initial Google Cloud Spanner DB-API 2.0 driver with c…

    …ore components and comprehensive unit and system tests.
    bhatt4982 committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    78aa052 View commit details
    Browse the repository at this point in the history
  13. test: Add DBAPI 2.0 compliance test suite including a base test class…

    …, SQL factory, helper utilities, and nox integration.
    bhatt4982 committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    fe0fe25 View commit details
    Browse the repository at this point in the history
Loading