]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Implement primary key custom sorting. 4816/head
authorNicolas CANIART <nicolas@caniart.net>
Thu, 22 Aug 2019 09:44:48 +0000 (11:44 +0200)
committerNicolas CANIART <nicolas@caniart.net>
Thu, 22 Aug 2019 17:07:12 +0000 (19:07 +0200)
commit42266b766c1e462d5b8a409cda05d33dea13bd34
tree8a89c594077ae184718e498db25124292c3e449f
parent512f045e9e70429d75811113f8e2b69842cc4406
Implement primary key custom sorting.

Fixes: #4285
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/persistence.py
lib/sqlalchemy/sql/sqltypes.py
lib/sqlalchemy/sql/type_api.py
test/orm/test_mapper.py
test/orm/test_naturalpks.py
test/orm/test_unitofwork.py
test/sql/test_types.py