Changelog¶
Older versions of this project were distributed as pybigquery.
sqlalchemy-bigquery PyPI History
1.12.0 (2024-08-14)¶
Features¶
Bug Fixes¶
1.11.0 (2024-04-12)¶
Features¶
Bug Fixes¶
Documentation¶
1.10.0 (2024-02-27)¶
Features¶
Bug Fixes¶
1.9.0 (2023-12-10)¶
Features¶
Bug Fixes¶
1.8.0 (2023-08-11)¶
Features¶
1.7.0 (2023-07-11)¶
Features¶
Bug Fixes¶
Documentation¶
1.6.1 (2023-02-01)¶
Bug Fixes¶
1.6.0 (2023-01-30)¶
Features¶
Bug Fixes¶
1.5.0 (2022-11-29)¶
Features¶
Bug Fixes¶
1.4.4 (2022-06-03)¶
Documentation¶
1.4.3 (2022-03-22)¶
Bug Fixes¶
1.4.2 (2022-03-22)¶
Bug Fixes¶
Dependencies¶
1.4.1 (2022-03-07)¶
Bug Fixes¶
1.4.0 (2022-02-22)¶
Features¶
Bug Fixes¶
1.3.0 (2021-12-31)¶
Features¶
1.2.2 (2021-10-29)¶
Bug Fixes¶
1.2.1 (2021-10-27)¶
Bug Fixes¶
1.2.0 (2021-09-09)¶
Features¶
Bug Fixes¶
1.1.0 (2021-08-25)¶
Features¶
Bug Fixes¶
1.0.0 (2021-08-17)¶
Miscellaneous Chores¶
1.0.0-a1 (2021-08-11)¶
Features¶
Miscellaneous Chores¶
pybigquery 0.10.1 (2021-07-30)¶
Bug Fixes¶
pybigquery 0.10.0 (2021-07-06)¶
Features¶
pybigquery 0.9.1 (2021-06-25)¶
Documentation¶
omit mention of Python 2.7 in ‘CONTRIBUTING.rst’ (d52334c)
pybigquery 0.9.0 (2021-05-25)¶
Features¶
pybigquery 0.8.0 (2021-05-21)¶
Features¶
pybigquery 0.7.0 (2021-05-12)¶
Features¶
Comment/description support, bug fixes and better test coverage (#138) (fb7c188)
Runs SQLAlchemy dialect-compliance tests (as system tests).
100% unit-test coverage.
Support for table and column comments/descriptions (requiring SQLAlchemy 1.2 or higher).
When executing parameterized queries, the new BigQuery DB API parameter syntax is used to pass type information. This is helpful when the DB API can’t determine type information from values, or can’t determine it correctly.
Bug Fixes¶
Select expressions no-longer force use of labels (#129) (669b301)
Additional fixes, including:
Handling of
in
queries.String literals with special characters.
Use BIGNUMERIC when necessary.
Missing types: BIGINT, SMALLINT, Boolean, REAL, CHAR, NCHAR, VARCHAR, NVARCHAR, TEXT, VARBINARY, DECIMAL
Literal bytes, dates, times, datetimes, timestamps, and arrays.
Get view definitions.
pybigquery 0.6.1 (2021-04-12)¶
Bug Fixes¶
pybigquery 0.6.0 (2021-04-06)¶
Features¶
Bug Fixes¶
pybigquery 0.5.1 (2021-04-01)¶
Bug Fixes¶
Documentation¶
pybigquery 0.5.0 (2020-11-18)¶
⚠️ Breaking Changes ⚠️¶
Features¶
Bug Fixes¶
Ignore no-op nested labels. (#47)
Development¶
Use flake8 for code style checks. (#71)