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
This rewrite is not equivalent when either left or right is null. The operator returns null but this returns false. Let's open an issue to track the fix.
xiangjinwu
changed the title
fix(frontend): fix regex (un)match binary operation bind with null left/right
fix(expr): regex operator ~ / !~ should return null when either input is null
Apr 4, 2023
This can be supported by forking the regex_match backend implementation, which may soon be replaced by an enhanced prebuilt attribute of the expression macro (see regex_matches in #9949). So deferring this until that is available.
Also note some other incompatibilities with PostgreSQL: #7136
This rewrite is not equivalent when either
left
orright
isnull
. The operator returnsnull
but this returnsfalse
. Let's open an issue to track the fix.Originally posted by @xiangjinwu in #5127 (comment)
The text was updated successfully, but these errors were encountered: