Skip to content

3.3.2

Compare
Choose a tag to compare
@coleifer coleifer released this 01 May 15:49
· 1203 commits to master since this release
  • Add methods for union(), union_all, intersect() and except_(). Previously, these methods were only available as operator overloads.
  • Removed some Python 2.6-specific support code, as 2.6 is no longer officially supported.
  • Fixed model-graph resolution logic for deferred foreign-keys.
  • Better support for UPDATE...FROM queries (Postgresql).

View commits