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
Unify the key returned by UniqueIndex and MultiIndex.
Currently, UniqueIndex returns just the pk, whereas MultiIndex returns the remaining of the key, including the pk as last element. Either make both return just the pk, or make UniqueIndex behave like MultiIndex (which is better for usability / options). (opted for the first option, for simplicity).
There are a number of FIXMEs in the code where this needs to be changed.
The text was updated successfully, but these errors were encountered:
Unify the key returned by
UniqueIndex
andMultiIndex
.Currently,
UniqueIndex
returns just the pk, whereasMultiIndex
returns the remaining of the key, including the pk as last element. Either make both return just the pk,or make. (opted for the first option, for simplicity).UniqueIndex
behave likeMultiIndex
(which is better for usability / options)There are a number of FIXMEs in the code where this needs to be changed.
The text was updated successfully, but these errors were encountered: