]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added comparable_property(), adds query Comparator behavior to regular, unmanaged...
authorJason Kirtland <jek@discorporate.us>
Mon, 17 Mar 2008 22:06:49 +0000 (22:06 +0000)
committerJason Kirtland <jek@discorporate.us>
Mon, 17 Mar 2008 22:06:49 +0000 (22:06 +0000)
commitc37ed5cbb39f1928b4f4432c445a877bf5b3e3f1
treec7d618cfd0663b7c85f42d862740ae69caf4c28d
parente17edb3240e9707d25a35456ce277d2ee8d332f5
- Added comparable_property(), adds query Comparator behavior to regular, unmanaged Python properties
- Some aspects of MapperProperty initialization are streteched pretty thin now
  and need a refactor; will proceed with these on the user_defined_state branch
CHANGES
examples/vertical/dictlike-polymorphic.py
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/properties.py
test/orm/mapper.py