Quoting fixes for postgres
This commit is contained in:
parent
ebe9972df6
commit
b865ded7ff
|
@ -342,7 +342,7 @@ class PgsqlSchema extends Schema
|
||||||
*/
|
*/
|
||||||
function quoteIdentifier($name)
|
function quoteIdentifier($name)
|
||||||
{
|
{
|
||||||
return '"' . $name . '"';
|
return $this->conn->quoteIdentifier($name);
|
||||||
}
|
}
|
||||||
|
|
||||||
function mapType($column)
|
function mapType($column)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user