]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Merge remote-tracking branch 'origin/master' into cte-nesting-support
authorEric Masseran <eric.masseran@gmail.com>
Fri, 16 Jul 2021 17:25:02 +0000 (19:25 +0200)
committerEric Masseran <eric.masseran@gmail.com>
Fri, 16 Jul 2021 17:25:02 +0000 (19:25 +0200)
commit029eeb2b5a24e8360d36eb2525385d9e7676069f
tree4bee649a64394ae654c143cc199c07bf184a6720
parentb1bad05d7751d93808be5e87b3337c32f23ddc1d
parent42d747f72efd776a575ea776ebb5c768282f44eb
Merge remote-tracking branch 'origin/master' into cte-nesting-support

* origin/master: (27 commits)
  reset key/name when TableValuedColumn is adapted
  limit None->null coercion to not occur with crud
  apply list() around weakkeydictionary iteration
  update case statement in dictlike-polymorphic
  Version 1.4.22 placeholder
  - 1.4.21
  Ensure alias traversal block works when adapt_from_selectables present
  typo
  changelog updates
  Adjust CTE recrusive col list to accommodate dupe col names
  Extract format_constraint truncation rules to ON CONFLICT
  labeling refactor
  Modernize tests - union
  implement independent CTEs
  Correct docs: pg8000 supports PostgreSQL UUID
  represent tablesample.sampling as FunctionElement in all cases
  repair schema_translate_map for schema type use cases
  implement deferred scalarobject history load
  add python 2.7 to pr workflow to help catch py3 only issues
  Docs: fixed typo in "Cascades"
  ...
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/selectable.py
test/sql/test_cte.py