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
We need to either change the rewrites to rewrite conditions into nesting_eval_xxx = 1 or use booleans instead (and for the Oracle serializer call the method the translates booleans in places where they are not allowed into comparisons).
The text was updated successfully, but these errors were encountered:
The
LATERAL
rewrites inlateral_prov_main.c
use integers instead of booleans, but then treat these integers as booleans in selection conditions, e.g.,is translated into
We need to either change the rewrites to rewrite conditions into
nesting_eval_xxx = 1
or use booleans instead (and for the Oracle serializer call the method the translates booleans in places where they are not allowed into comparisons).The text was updated successfully, but these errors were encountered: