Changelog¶
4.0.1 (2024-05-07)¶
Bug Fixes¶
4.0.0 (2024-04-25)¶
⚠ BREAKING CHANGES¶
Support Django 4.2 (#865)
Features¶
3.1.0 (2024-04-23)¶
Features¶
Add support for named schema (#858)
Bug Fixes¶
Fixing test_clearsessions_unsupported test (#863)
3.0.2 (2022-08-08)¶
Bug Fixes¶
Documentation¶
3.0.1 (2022-02-07)¶
Bug Fixes¶
3.0.0 (2021-10-29)¶
Documentation¶
Miscellaneous Chores¶
2.2.1b4 (2021-10-25)¶
Features¶
Bug Fixes¶
Documentation¶
Miscellaneous Chores¶
2.2.1b3 (2021-07-30)¶
Miscellaneous Chores¶
2.2.1b2 (2021-07-27)¶
Features¶
Bug Fixes¶
Documentation¶
Miscellaneous Chores¶
2.2.1b1 (2021-06-17)¶
Features¶
Bug Fixes¶
remove error msg check from test_decimal_precision_limit for non emulator test (#647) (fe4a062)
remove error msg check from test_decimal_precision_limit (#646) (9be15c0)
remove delete of instance if it already exists, as it might be in use by another test (#641) (0544208)
correct test case for sql_flush for multiple delete table commands (#629) (3de1a81)
iexact lookup with Transform expression crash issue when RHS is direct value and a transform function is involved (#628) (2772b57)
Update links in comments to use googleapis repo (#622) (3fa1aeb)
lint_setup_py was failing in Kokoro is now fixed (#607) (d125148)
Code Refactoring¶
Documentation¶
Miscellaneous Chores¶
2.2.1b0 (2021-01-29)¶
⚠ BREAKING CHANGES¶
DBAPI code was moved into python-spanner in https://github.com/googleapis/python-spanner/pull/160. This change removes it from this repo and bumps the dependency on python-spanner to 2.0.0, the first released version to include DBAPI.
Update python-spanner dep, drop py 3.5 (#557)
Features¶
[WIP] The first stage of
nox
implementation (#468) (96f2223)Add dummy WHERE clause to certain statements (#516) (af5d8e3)
cursor must detect if the parent connection is closed (#463) (a9fd5a3)
Implementing DB-API types according to the PEP-0249 specification (#521) (62c22b1)
refactor connect() function, cover it with unit tests (#462) (4fedcf1)
Stage 2 of
nox
implementation - addingdocs
target (#473) (45d6b97)Stage 3-4 of
nox
implementation - adding auto-format targets (#478) (59e7c3f)Stage 5 of
nox
implementation - adding coverage targets (#479) (cec6b96)Stage 6 of
nox
implementation - enabling system tests (#480) (dc73bf6)
Bug Fixes¶
Code Refactoring¶
Documentation¶
2.2.0a1 (2020-09-29)¶
Features¶
[WIP] The first stage of
nox
implementation (#468) (96f2223)cursor must detect if the parent connection is closed (#463) (a9fd5a3)
refactor connect() function, cover it with unit tests (#462) (4fedcf1)
Stage 2 of
nox
implementation - addingdocs
target (#473) (45d6b97)Stage 3-4 of
nox
implementation - adding auto-format targets (#478) (59e7c3f)Stage 5 of
nox
implementation - adding coverage targets (#479) (cec6b96)Stage 6 of
nox
implementation - enabling system tests (#480) (dc73bf6)
Bug Fixes¶
Reverts¶
Documentation¶
2.2.0a1 (2020-09-15)¶
Features¶
[WIP] The first stage of
nox
implementation (#468) (96f2223)cursor must detect if the parent connection is closed (#463) (a9fd5a3)
refactor connect() function, cover it with unit tests (#462) (4fedcf1)
Stage 2 of
nox
implementation - addingdocs
target (#473) (45d6b97)Stage 3-4 of
nox
implementation - adding auto-format targets (#478) (59e7c3f)Stage 5 of
nox
implementation - adding coverage targets (#479) (cec6b96)Stage 6 of
nox
implementation - enabling system tests (#480) (dc73bf6)