Dow SqlCod = 0;
yajl_addNumF(*omit: CcdPct);
Exec SQL Fetch from C1 into :CcdPct;
Enddo;
I was expecting to get an array [1,2,3,4,5,6] instead I got [" ", 1, " ", 2, " ", 3, " ", 4, " ", 5, " ", 6]
Is what I received the intended result?
Is yajl_addNumF working correctly?
-
- Site Admin
- Posts: 872
- Joined: Sun Jul 04, 2021 5:12 am
Re: Is yajl_addNumF working correctly?
Thanks for pointing this out. It was a regression caused by the null support that was added in May 2024. It is fixed now, please download the latest copy from https://www.scottklement.com/yajl/