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