Kbase P22821: Changing a field name from Uppercase to lowercase is not reflected into a incremental df file.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Verified
FACT(s) (Environment):
Progress 9.x
SYMPTOM(s):
Changing a field name from Uppercase to lowercase is not reflected in an incremental df file.
CAUSE:
Field names are not case sensitive; they can be uppercase, lowercase, or a combination of both. If you name a field "Phone" in the Dictionary, you can refer to it as "phone" or "PHONE" in your procedures.
That's why when building an incremental df, Progress doesn't see any difference.
FIX:
Expected behavior