Releases: googleapis/python-bigquery-sqlalchemy
Releases · googleapis/python-bigquery-sqlalchemy
v1.4.3
1.4.3 (2022-03-22)
Bug Fixes
- correct license text from Apache to MIT (#436) (dbf7501)
v1.4.2
1.4.2 (2022-03-22)
Bug Fixes
- use explicit rather than implicit relative imports (#433) (ca20d3d)
- use faux_conn rather than engine in unit tests (#431) (275506f)
Dependencies
- require google-cloud-bigquery-storage to avoid performance warning (#414) (ff3273f)
v1.4.1
1.4.1 (2022-03-07)
Bug Fixes
- deps: require google-api-core>=1.31.5, >=2.3.2 (#419) (52339f7)
v1.4.0
1.4.0 (2022-02-22)
Features
- Allow base64 encoded credentials in URI (#410) (e2f9821)
Bug Fixes
- POSTCOMPILE expansion in SQLAlchemy 1.4.27+ (#408) (7844813)
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)