]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- identified some cases where Alias needs to be cloned; but still cant clone
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 8 Nov 2007 00:26:23 +0000 (00:26 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 8 Nov 2007 00:26:23 +0000 (00:26 +0000)
commit7a25be0f4214720198029e85c2f1d18f4fc8bad3
treea7036d2b53881c858e75cd0229e712798989ef53
parent004345d7c9add3647fa9b04b5c8c8c6c77be3173
- identified some cases where Alias needs to be cloned; but still cant clone
when its an alias of a Table; added some test coverage for one particular
case from the doctests
- fixed "having" example in doctests, updated eager load example
doc/build/content/ormtutorial.txt
doc/build/content/sqlexpression.txt
lib/sqlalchemy/sql/expression.py
test/sql/generative.py
test/sql/query.py
test/sql/select.py