Releases: googleapis/python-bigquery-sqlalchemy
Releases · googleapis/python-bigquery-sqlalchemy
v1.2.2
Bug Fixes
- avoid aliasing known tables used in CTEs (#369) (4b05d21)
v1.2.1
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
Features
Bug Fixes
- the unnest function lost needed type information (#298) (1233182)
v1.1.0
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-a1
Features
- Rename pybigquery to sqlalchemy-bigquery (#198) (a6f0a5d)
Miscellaneous Chores
v0.10.1
Bug Fixes
- deps: pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions (#220) (bf1f47c)
v0.10.0
Features
- There's a new
page_size
option to control the page size used when listing tables. (#174) (e0f1496)
v0.9.1
Documentation
- omit mention of Python 2.7 in 'CONTRIBUTING.rst' (d52334c)