]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- oid_column proxies more intelligently off of Select, CompoundSelect - fixes platfor...
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 5 Nov 2007 18:30:30 +0000 (18:30 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 5 Nov 2007 18:30:30 +0000 (18:30 +0000)
commit00c2077cbcddcbe22c8f356dd5b0a61a55d71186
treedd58e75b1d6c47ea287f042a066aeaa6494f6b2a
parent51726685312acd313676a8ed7a93d5d74944a746
- oid_column proxies more intelligently off of Select, CompoundSelect - fixes platform-affected bugs in missing the correct "oid" column
- locate_all_froms() is expensive; added an attribute-level cache for it
- put a huge warning on all select.append_XXX() methods stating that derived collections like locate_all_froms() may become invalid if
already initialized
lib/sqlalchemy/sql/expression.py
test/sql/selectable.py