Changeset 33

Show
Ignore:
Timestamp:
06/01/09 20:34:12 (3 years ago)
Author:
fumanchu
Message:

Fix for #5 (Schema-Qualify the _global_ids Sequence).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/epic/epic.sql

    r31 r33  
    258258BEGIN 
    259259  IF name IS NULL THEN 
    260     tablename := '_global_' || nextval('_global_ids'); 
     260    tablename := '_global_' || nextval('test._global_ids'); 
    261261  ELSE 
    262262    tablename := name;