]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Merge branch 'master' into cte-nesting-support
authorEric Masseran <eric.masseran@gmail.com>
Fri, 3 Sep 2021 16:03:35 +0000 (18:03 +0200)
committerEric Masseran <eric.masseran@gmail.com>
Fri, 3 Sep 2021 16:03:35 +0000 (18:03 +0200)
* master:
  accommodate for cloned bindparams w/ maintain_key
  Support generics in code to allow Column[int] etc
  accommodate plain core textual statements
  Modernize tests - dml_whereclause
  New issue templates forms
  Add mypy tests on github.
  Fix type
  Version 1.4.23 placeholder
  - 1.4.22
  Apply new uniquing rules for future ORM selects
  Modernize tests - legacy_select
  dont warn for dictionary passed positionally
  implement cache key for return_defaults token
  Documentation improvements
  Encourage primary_key for secondary tables
  guard against unexpected weakref cleanups

1  2 
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/sql/compiler.py
test/sql/test_cte.py

Simple merge
Simple merge
Simple merge