v0.7.0
版本发布时间: 2021-05-13 01:03:03
googleapis/python-bigquery-sqlalchemy最新发布版本:v1.12.0(2024-09-27 02:49:37)
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.
- Handling of