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
fix: "Undefined offset: 0" for backtick delimiters and address related issues (#995, #967, #928)
This commit fixes the "Undefined offset: 0" error that occurred in the rawAddPrefix function when using backtick delimiters for table names in SQL queries. It also addresses issues reported in tickets #995, #967, and #928, which were likely related to the same underlying problem with table name identification.
Changes:
Updated the regular expression in rawAddPrefix to match backtick characters (\) as valid delimiters for table names.
This fix ensures that the function correctly identifies and prefixes table names regardless of the delimiter used.
0 commit comments