mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Distinguish between multiple stored procedures with different argument list, on PostgreSQL. Closes #58.
This commit is contained in:
@ -130,7 +130,7 @@ begin
|
||||
rx.ModifierI := True;
|
||||
rx.Expression := 'FOR\s+EACH\s+ROW\s+(.+)$';
|
||||
try
|
||||
Body := DBObject.Connection.GetCreateCode(DBObject.Database, DBObject.Schema, DBObject.Name, lntTrigger);
|
||||
Body := DBObject.Connection.GetCreateCode(DBObject);
|
||||
if rx.Exec(Body) then
|
||||
Body := rx.Match[1]
|
||||
else
|
||||
|
Reference in New Issue
Block a user