Compare commits

..

No commits in common. "321d0d853b610a2bbad06dcc7d024931ab24004c" and "222f20529cbd6e74561d407ebf46b9c030ca01d5" have entirely different histories.

View File

@ -858,9 +858,7 @@ class PostgreSQLSchemaManager extends DBSchemaManager
$argList = array();
$nextArg = "";
foreach ($bytes as $byte) {
if ($byte == '\x') {
continue;
} elseif ($byte == "00") {
if ($byte == "00") {
$argList[] = $nextArg;
$nextArg = "";
} else {