]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
mapper will verify class inheritance scheme; also will not re-init inherited property...
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 18 Apr 2006 18:24:07 +0000 (18:24 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 18 Apr 2006 18:24:07 +0000 (18:24 +0000)
commit3ffa0bda31e2e590ff28f1bb1cccccda010b4462
treefe562d72a1c1c6f32fddf47911db85fe2d7a7057
parent5b1871de64019c29bd093297e9194d5de7b93487
mapper will verify class inheritance scheme; also will not re-init inherited property, as the improved attribute system seems to handle inheritance OK and allows the property to keep its correct initialization on the parent
exceptions import in query
lib/sqlalchemy/mapping/mapper.py
lib/sqlalchemy/mapping/query.py