You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
Here's a bug:
The problem occures, if I add replica to one of the shards, and use PostgresShardGeneratedIDAutoFieldat the same time. The reason is, that replicas have no SHARD_ID assigned, and iteration raises KeyError.
Hello.

Here's a bug:
The problem occures, if I add replica to one of the shards, and use
PostgresShardGeneratedIDAutoFieldat the same time. The reason is, that replicas have noSHARD_IDassigned, and iteration raisesKeyError.