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 have created an SQL UPDATE statement with a WHERE clause that has ORed 239 conditions. We are getting
Deep recursion on subroutine "SQL::Parser::non_parens_search"
because SQL::Parser escalates all warnings into fatal errors. Any suggestion how we could turn this off from case to case would be very much appreciated?
The text was updated successfully, but these errors were encountered:
We have created an SQL UPDATE statement with a WHERE clause that has ORed 239 conditions. We are getting
Deep recursion on subroutine "SQL::Parser::non_parens_search"
because SQL::Parser escalates all warnings into fatal errors. Any suggestion how we could turn this off from case to case would be very much appreciated?
The text was updated successfully, but these errors were encountered: