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
The fblangref25, fblangref30 and fblangref40 say that RDB$INDICES.RDB$INDEX_TYPE "Distinguishes between an expression index (1) and a regular index (0 or null).", this seems to be not correct. Instead, the value is (0 or null): Ascending, 1: Descending.
Verify to see if maybe expression indexes toggle another bit, and fix this.