Skip to content

Releases: googleapis/python-bigquery-sqlalchemy

v1.3.0

04 Jan 19:28
9e0205e
Compare
Choose a tag to compare

Features

v1.2.2

17 Nov 21:35
6e2fa49
Compare
Choose a tag to compare

Bug Fixes

  • avoid aliasing known tables used in CTEs (#369) (4b05d21)

v1.2.1

27 Oct 14:18
ae67e47
Compare
Choose a tag to compare

Bug Fixes

  • avoid creating aliases for already-known tables (#361) (1ce4e14)
  • avoid scribbling on (reused) bind param (#365) (d28cac5)
  • include external tables in 'get_table_names' (#363) (5e158fe)

v1.2.0

09 Sep 19:03
f6d2799
Compare
Choose a tag to compare

Features

Bug Fixes

  • the unnest function lost needed type information (#298) (1233182)

v1.1.0

26 Aug 03:17
42b0ffa
Compare
Choose a tag to compare

Features

  • Add geography support (#228) (da7a403)
  • Handle passing of arrays to in statements more efficiently in SQLAlchemy 1.4 and higher (#253) (7692704)

Bug Fixes

  • dialect atribute wasn't provided (#291) (2cf05a0)
  • distinct doesn't work as a column wrapper (#275) (ad5baf8)
  • in-operator literal binds not handled properly (#285) (e06bf74)
  • supports_multivalues_insert dialect option was mispelled (#278) (ec36a12)
  • unnest failed in some cases (with table references failed when there were no other references to refrenced tables in a query) (#290) (9b5b002)

v1.0.0

17 Aug 16:47
62b2975
Compare
Choose a tag to compare

Miscellaneous Chores

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)