Bug 79739 - quotation marks are not supported in this version of PUMA
Summary: quotation marks are not supported in this version of PUMA
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: CME (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Peri Tarr CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-29 22:43 EST by Jian WANG CLA
Modified: 2004-11-29 22:43 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jian WANG CLA 2004-11-29 22:43:00 EST
(with CME Infrastructure Code Version 91.1.19 and CME Eclipse Tools Version 
92.2.29)

It seems that quotation marks are not supported in this version of PUMA. If 
so, there can be some serious problems when we extend CME with our own models.
For example:
1.	cannot distinguish a reserved token with a value. What if we what to 
query an object named ‘class’?
2.	cannot query an object with an empty name
3.	cannot query an object with a name beginning with numbers or date, 
since PantherParser may actually parse it as another unexpected grammar.