Skip to content

Releases: googleapis/python-bigquery-sqlalchemy

v1.0.0-a1

12 Aug 12:02
222fa2d
Compare
Choose a tag to compare

Features

  • Rename pybigquery to sqlalchemy-bigquery (#198) (a6f0a5d)

Miscellaneous Chores

v0.10.1

05 Aug 16:35
999ac79
Compare
Choose a tag to compare

Bug Fixes

  • deps: pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions (#220) (bf1f47c)

v0.10.0

07 Jul 17:03
7493489
Compare
Choose a tag to compare

Features

  • There's a new page_size option to control the page size used when listing tables. (#174) (e0f1496)

v0.9.1

06 Jul 13:47
c8e2cfe
Compare
Choose a tag to compare

Documentation

  • omit mention of Python 2.7 in 'CONTRIBUTING.rst' (d52334c)

v0.9.0

25 May 23:32
af4ba17
Compare
Choose a tag to compare

Features

  • Alembic support (#183) (4d5a17c)
  • Support parameterized NUMERIC, BIGNUMERIC, STRING, and BYTES types (#180) (d118238)

v0.8.0

24 May 07:02
fe0591a
Compare
Choose a tag to compare

Features

v0.7.0

12 May 17:03
f5adfc0
Compare
Choose a tag to compare

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.

v0.6.1

12 Apr 21:14
75a6458
Compare
Choose a tag to compare

0.6.1 (2021-04-12)

Bug Fixes

  • use project_id property from service account credentials (#120) (ab2051d)

v0.6.0

06 Apr 15:47
101153a
Compare
Choose a tag to compare

Features

  • fetch table and column descriptions during reflection (#115) (7b14a06)

Bug Fixes

v0.5.1

01 Apr 18:41
db64424
Compare
Choose a tag to compare

Bug Fixes

  • avoid 404 if dataset is deleted while listing tables or views (#106) (db379d8)

Documentation

  • add templates for move to googleapis/python-bigquery-sqlalchemy repo (#88) (37e584e)
  • build documentation with Sphinx (#97) (1707737)