0.10.1 (2021-07-30)
0.10.0 (2021-07-06)
0.9.1 (2021-06-25)
- omit mention of Python 2.7 in 'CONTRIBUTING.rst' (d52334c)
0.9.0 (2021-05-25)
- Alembic support (#183) (4d5a17c)
- Support parameterized NUMERIC, BIGNUMERIC, STRING, and BYTES types (#180) (d118238)
0.8.0 (2021-05-21)
0.7.0 (2021-05-12)
- 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.
-
Select expressions no-longer force use of labels (#129) (669b301)
-
Additional fixes, including:
- Handling of
inqueries. - 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
0.6.1 (2021-04-12)
0.6.0 (2021-04-06)
0.5.1 (2021-04-01)
- add templates for move to googleapis/python-bigquery-sqlalchemy repo (#88) (37e584e)
- build documentation with Sphinx (#97) (1707737)
2020-11-18
- Support the
ARRAYdata type in generated DDL. (#64) - Support project ID and dataset ID in
schemaargument. (#63) - Implement
get_view_names()method. (#62, #60)
- Ignore no-op nested labels. (#47)
- Use flake8 for code style checks. (#71)
2020-04-23