v1.1.0
版本发布时间: 2021-08-26 11:17:43
googleapis/python-bigquery-sqlalchemy最新发布版本:v1.12.0(2024-09-27 02:49:37)
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)