]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
trying to get mappers to support having versions against different tables for the...
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 7 Feb 2006 02:54:26 +0000 (02:54 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 7 Feb 2006 02:54:26 +0000 (02:54 +0000)
commite5262ceeebee885c52e849a2693fa73c6057f0cb
tree1792f2d0517d5eea211bcddd1403db5e11b9edb2
parent63472a96e2f118ebe19fe56bdf62a1297ec84991
trying to get mappers to support having versions against different tables for the same class,
that dont affect the original class mapper and create objects with the correct identity key
support in EagerLoader to better handle "selectalias" when the eager mapper hits another eager mapper, etc
lib/sqlalchemy/engine.py
lib/sqlalchemy/mapping/__init__.py
lib/sqlalchemy/mapping/mapper.py
lib/sqlalchemy/mapping/properties.py
lib/sqlalchemy/util.py