]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- An informative error message is raised if a Column
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 18 Sep 2010 17:18:44 +0000 (13:18 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 18 Sep 2010 17:18:44 +0000 (13:18 -0400)
commit003149c504149849c679a60a1f346a0f0393dce0
tree277f62e174b557001792168e60e8a7b288b67959
parentc9d7e387803a7cf7d3bcd22b0ba10bdbe2718e92
- An informative error message is raised if a Column
which has not yet been assigned a name, i.e. as in
declarative, is used in a context where it is
exported to the columns collection of an enclosing
select() construct, or if any construct involving
that column is compiled before its name is
assigned.  [ticket:1862]
CHANGES
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/expression.py
test/sql/test_compiler.py
test/sql/test_query.py