Kbase P186835: FOR EACH BEGINS CHR(1) returns all records
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  4/29/2011 |
|
Status: Unverified
SYMPTOM(s):
FOR EACH BEGINS CHR(1) returns all records
A FOR EACH statement using BEGINS CHR(1) returns all records. For example:
FOR EACH customer WHERE name BEGINS CHR(1) NO-LOCK:
DISPLAY name.
END.
The problem happens for the first 8 characters in the code page CHR(1) through to CHR(8).
FACT(s) (Environment):
The database uses the UTF-8 code page.
The database is using an ICU collation.
The field used in the BEGINS statement does not start with CHR(1).
All Supported Operating Systems
OpenEdge 10.2B
CAUSE:
Bug# OE00207086
FIX:
None at this time