Page 1 of 1

Is yajl_addNumF working correctly?

Posted: Thu Jun 06, 2024 7:59 pm
by myang
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?

Re: Is yajl_addNumF working correctly?

Posted: Thu Jun 06, 2024 10:53 pm
by Scott Klement
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/