]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
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)
commita827702afeb15eb2255ec3b7c7f859ae07c9bb93
tree20937d3159653d6c9cae540fdd0a981b66a734b6
parent8ac06c631539dcc5531ee806d90a8690f60069f9
parent84be0b42e03b0aaf8000637c4b5e348a39333e2f
Merge branch 'master' into cte-nesting-support

* 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
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/sql/compiler.py
test/sql/test_cte.py