]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
introducing...the mods package ! the SelectResults thing moves as the first mod
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 31 Mar 2006 07:20:13 +0000 (07:20 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 31 Mar 2006 07:20:13 +0000 (07:20 +0000)
commitd929ae8d90174a270ee708279ff9c831f9d3193e
treedd8f931a75b031793e17c4a0817af2520573ca26
parent90ffb177ed88cac43d4c3cbdc568d0d0a93fd579
introducing...the mods package ! the SelectResults thing moves as the first mod
lib/sqlalchemy/__init__.py
lib/sqlalchemy/mapping/mapper.py
lib/sqlalchemy/mapping/properties.py
lib/sqlalchemy/mapping/util.py
lib/sqlalchemy/mods/__init__.py [new file with mode: 0644]
lib/sqlalchemy/mods/selectresults.py [new file with mode: 0644]
test/mapper.py
test/proxy_engine.py