]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Query won't fail with weakref error when a non-mapper/class
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 Feb 2009 15:45:25 +0000 (15:45 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 Feb 2009 15:45:25 +0000 (15:45 +0000)
commite8b57a47cd3ffb4b7c43eb6e4eb1753d4379b1b9
tree5ad885624a6bb90806646795771dd517870f6639
parent734e02c4f152cee6152c9f5bcbbccf3e33ea7e65
- Query won't fail with weakref error when a non-mapper/class
instrumented descriptor is passed, raises
"Invalid column expession".
CHANGES
lib/sqlalchemy/orm/util.py
test/orm/mapper.py