[Sqlalchemy-tickets] Issue #4247: use shard id in identity key for refresh() (zzzeek/sqlalchemy)
Brought to you by:
zzzeek
From: Michael B. <iss...@bi...> - 2018-05-03 16:11:07
|
New issue 4247: use shard id in identity key for refresh() https://bitbucket.org/zzzeek/sqlalchemy/issues/4247/use-shard-id-in-identity-key-for-refresh Michael Bayer: related to #4243 as well as https://github.com/zzzeek/sqlalchemy/pull/424, since we have the shard identifier in the identity key as a result of #4137 we should use this for all refresh / unexpire operations. |