Bug #5541
string(decimal, string) support in FWD is not fully compatible with 4GL
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
07/12/2021
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
History
#1 Updated by Igor Skornyakov about 5 years ago
Format-driven decimal-to-string conversion in FWD is incompatible with 4GL.
For example public.tostring(3.1415926::numeric, '9(5)9.(4)9') returns 3(5)9.(4)9 while 4GL string(3.1415926, '9(5)9.(4)9') complains about invalid format character at position 2 (error 22).