Database : change SQL function
This commit is contained in:
parent
6f9d455d1c
commit
7c5c41d3d7
1 changed files with 1 additions and 0 deletions
|
|
@ -344,6 +344,7 @@ class Database
|
|||
{
|
||||
if ( strpos(strtolower($buffer), "$$;")===false &&
|
||||
strpos(strtolower($buffer), '$_$;')===false &&
|
||||
strpos(strtolower($buffer), '$function$;')===false &&
|
||||
strpos(strtolower($buffer), 'language plpgsql;')===false
|
||||
)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue