Commit 469666d
authored
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.
1 parent c740505 commit 469666d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
553 | 553 | | |
554 | 554 | | |
555 | 555 | | |
556 | | - | |
| 556 | + | |
557 | 557 | | |
558 | 558 | | |
559 | 559 | | |
| |||
0 commit comments