]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Do the CompoundSelect check for number of columns in the compile phase
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 16 Dec 2019 21:38:06 +0000 (16:38 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 16 Dec 2019 21:38:06 +0000 (16:38 -0500)
commite7c78be2e737591d637b6acde6117893fd29dfe0
tree11abdbd136f0e9cfcf8959a7c41d2d4d0f27772c
parent835bdabd05c83e3add3e876a861aa74105d34397
Do the CompoundSelect check for number of columns in the compile phase

Starting to go forward with the general idea of moving more
of Core / ORM construction into the compile phase.   Bigger
initiatives like the refactor of Query will follow onto this.

Change-Id: I0f364d3182e21e32ed85ef34cfd11fd9d11cf653
doc/build/changelog/migration_14.rst
doc/build/changelog/unreleased_14/checks_deferred_to_compile.rst [new file with mode: 0644]
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/selectable.py
test/sql/test_compiler.py