Skip to content
Snippets Groups Projects
Commit b75dea98 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: sql syntax

parent 7a670c5b
No related branches found
No related tags found
No related merge requests found
...@@ -190,7 +190,7 @@ class DoliDBPgsql extends DoliDB ...@@ -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')
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment