Bug #5635
OpenEdge.Core.Util.ConfigBuilder implementation
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
Related issues
History
#1 Updated by Marian Edu almost 5 years ago
The current implementation is not fully compatible with 4GL because is is using a Map to store the key/value pairs while the 4GL implementation uses a temp-table. The issue is the temp-table in 4GL implementation is PROTECTED, although the public API is compatible any class extending the implementation will fail to convert if it tries to access the protected temp table.
#2 Updated by Greg Shah almost 5 years ago
- Parent task deleted (
#4384) - Start date deleted (
08/31/2021)
#3 Updated by Greg Shah almost 5 years ago
- Related to Bug #5011: unimplemented OO 4GL quirks and bugs added