DEBUG print out error

This commit is contained in:
Maxime Rainville 2020-10-28 21:10:48 +13:00
parent 4ab1302d24
commit bce0e0307a
1 changed files with 30 additions and 29 deletions

View File

@ -788,6 +788,7 @@ class PostgreSQLSchemaManager extends DBSchemaManager {
$argList[] = $nextArg;
$nextArg = "";
} else {
var_dump($byte);
$nextArg .= chr(hexdec($byte));
}
}