Skip to content

v1.1.0

Compare
Choose a tag to compare
@yoshi-automation yoshi-automation released this 26 Aug 03:17
42b0ffa

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)