mirror of
https://github.com/silverstripe/silverstripe-postgresql
synced 2024-10-22 15:05:45 +00:00
Revert "BUG Fix PostgreSQL error when creating a table for namespaced data object."
This reverts commit eeaa32a148e79ce742a0ca113758768282c65383.
This commit is contained in:
parent
eeaa32a148
commit
0ffaf3d055
@ -234,7 +234,6 @@ class PostgreSQLDatabase extends SS_Database {
|
|||||||
$starttime = microtime(true);
|
$starttime = microtime(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
$sql = str_replace("\\", "_", $sql);
|
|
||||||
$handle = pg_query($this->dbConn, $sql);
|
$handle = pg_query($this->dbConn, $sql);
|
||||||
|
|
||||||
if(isset($_REQUEST['showqueries'])) {
|
if(isset($_REQUEST['showqueries'])) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user