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
Right now, an Index only supports columns as defined by a OrderByExpr, which I do not believe is general enough to also handle the aforementioned cases. Is this correct?
The parsing of the
CREATE INDEX
case, is currently incomplete. Here follows a couple of examples:which raises:
Or analogously:
which raises:
I will be attempting shortly to do a PR adding support for these use cases.
The text was updated successfully, but these errors were encountered: