Revision c4ee17ee
Von Moritz Bunkus vor etwa 12 Jahren hinzugefügt
SL/DBUpgrade2.pm | ||
---|---|---|
164 | 164 |
pop(@quote_chars); |
165 | 165 |
} elsif (length $quote_chars[-1] > 1 |
166 | 166 |
&& substr($_, $i, length $quote_chars[-1]) eq $quote_chars[-1]) { |
167 |
$i += length $quote_chars[-1] - 1;
|
|
167 |
$i += length($quote_chars[-1]) - 1;
|
|
168 | 168 |
$char = $quote_chars[-1]; |
169 | 169 |
pop(@quote_chars); |
170 | 170 |
} |
Auch abrufbar als: Unified diff
SQL-File-Parsing: Off-by-one in $$ ... $$-Syntax für stored procedures behoben