]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Some improvements to the _CompileOnAttr mechanism which
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 19 Jul 2008 19:23:37 +0000 (19:23 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 19 Jul 2008 19:23:37 +0000 (19:23 +0000)
commitd56862cbca1796edafab8845fd1852f6183512f8
tree61217e5cefc4e0dc1b25ef8554d6361a80bd5dac
parentc5141f2981a69c18338ccabc97067d1d563d43a9
- Some improvements to the _CompileOnAttr mechanism which
should reduce the probability of "Attribute x was
not replaced during compile" warnings. (this generally
applies to SQLA hackers, like Elixir devs).
CHANGES
lib/sqlalchemy/orm/mapper.py
test/ext/declarative.py