Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 365953

Summary: Oracle DDL Parser should be case-insensitive to PL/SQL keywords
Product: z_Archived Reporter: Mike Norman <michael.norman>
Component: EclipselinkAssignee: Mike Norman <michael.norman>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: eclipselink.dbws-inbox
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Mike Norman CLA 2011-12-07 14:46:29 EST
Oracle DDL Parser should handle the following:

  CREATE OR REPLACE PACKAGE TEST_TYPES AS 
    function echo_number (pNumber in number) return number;
  ...
  END test_types  ;

in the same manner as

  CREATE OR REPLACE PACKAGE TEST_TYPES AS 
    FUNCTION echo_number(PNUMBER in NUMBER) return NUMBER;
  ...
  END TEST_TYPES;
Comment 1 Mike Norman CLA 2011-12-09 09:44:34 EST
fixed in svn revision 10520:
change Parser's tokenizer to 
   TOKEN [IGNORE_CASE]: {  
          <K_A: "A">
        | <K_ADD: "ADD">
        ...
Comment 2 Eclipse Webmaster CLA 2022-06-09 10:08:45 EDT
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink