]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- column_property() and synonym() both accept comparator_factory argument, allowing
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 21 Aug 2008 18:10:35 +0000 (18:10 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 21 Aug 2008 18:10:35 +0000 (18:10 +0000)
commit3c80e59ebce9ae404b092011dce70598b563ff23
tree0e525cb3c554e9103a5f254fc16e94c8beb72c67
parentd08821ee5ec566132cb813d2e65e20052c1f712a
- column_property() and synonym() both accept comparator_factory argument, allowing
custom comparison functionality
- made the mapper's checks for user-based descriptors when defining synonym or comparable property
stronger, such that a synonym can be used with declarative without having a user-based descriptor
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/properties.py