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
Similar to #163, but just for UniqueIndex, which is simpler.
As part of this, first generalize index keys by using PrimaryKey, and then add prefix() and range() methods, to select and iterate over composite keys.
The text was updated successfully, but these errors were encountered:
Similar to #163, but just for
UniqueIndex
, which is simpler.As part of this, first generalize index keys by using
PrimaryKey
, and then addprefix()
andrange()
methods, to select and iterate over composite keys.The text was updated successfully, but these errors were encountered: