Fix: sql syntax
This commit is contained in:
parent
7a670c5bc7
commit
b75dea98ee
@ -190,7 +190,7 @@ class DoliDBPgsql extends DoliDB
|
|||||||
else if (preg_match('/DROP TABLE/i',$line)) $type='dml';
|
else if (preg_match('/DROP TABLE/i',$line)) $type='dml';
|
||||||
}
|
}
|
||||||
|
|
||||||
$line=preg_replace('/ as signed\)/i',' as integer\)',$line);
|
$line=preg_replace('/ as signed\)/i',' as integer)',$line);
|
||||||
|
|
||||||
if ($type == 'dml')
|
if ($type == 'dml')
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user