Opened 17 years ago
Closed 17 years ago
#212 closed defect (fixed)
FDO parser cannot handle correctly Hex and binaries values
Reported by: | romicadascalescu | Owned by: | gregboone |
---|---|---|---|
Priority: | major | Milestone: | 3.3.0 |
Component: | FDO API | Version: | 3.3.0 |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description ¶
FDO parser ignored these values and did not throw an exception. FDO parser should be able to process hex values (e.g. X’1F0F10’ or 0x1F0F10) and binary format B’0101001’ and if possible to preserve these values when the expression is parsed and converted to string.
Note:
See TracTickets
for help on using tickets.