mirror of
https://github.com/silverstripe/silverstripe-postgresql
synced 2024-10-22 17:05:45 +02:00
Compare commits
No commits in common. "321d0d853b610a2bbad06dcc7d024931ab24004c" and "222f20529cbd6e74561d407ebf46b9c030ca01d5" have entirely different histories.
321d0d853b
...
222f20529c
@ -858,9 +858,7 @@ class PostgreSQLSchemaManager extends DBSchemaManager
|
|||||||
$argList = array();
|
$argList = array();
|
||||||
$nextArg = "";
|
$nextArg = "";
|
||||||
foreach ($bytes as $byte) {
|
foreach ($bytes as $byte) {
|
||||||
if ($byte == '\x') {
|
if ($byte == "00") {
|
||||||
continue;
|
|
||||||
} elseif ($byte == "00") {
|
|
||||||
$argList[] = $nextArg;
|
$argList[] = $nextArg;
|
||||||
$nextArg = "";
|
$nextArg = "";
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user