Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 365953 - Oracle DDL Parser should be case-insensitive to PL/SQL keywords
Summary: Oracle DDL Parser should be case-insensitive to PL/SQL keywords
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Eclipselink (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Mike Norman CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-07 14:46 EST by Mike Norman CLA
Modified: 2022-06-09 10:08 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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