Changeset 28 for trunk/epic/epic.sql

Show
Ignore:
Timestamp:
05/31/09 12:00:03 (3 years ago)
Author:
fumanchu
Message:

Fixed EXECUTE with test.statement.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/epic/epic.sql

    r27 r28  
    217217BEGIN 
    218218  result := rtrim(call, ';'); 
    219   IF NOT result ~* '^[[:space:]]*SELECT[[:space:]]' THEN 
     219  IF NOT result ~* '^[[:space:]]*(SELECT|EXECUTE)[[:space:]]' THEN 
    220220    result := 'SELECT * FROM ' || result; 
    221221  END IF;