The list is not dead, just low traffic :) Regarding your comment about ResultSet_isnullByName - this hasn't been added as there have not been any requests for it and also because in the API, ResultSet_isnull() is kind of a utility function rather than a retrieval function like the getXXX function.
On 12 May 2025, at 15:56, g4-lisz@tonarchiv.ch wrote:
Is this list dead?
May 9, 2025 1:41 AM, g4-lisz@tonarchiv.ch wrote: Hello everyone!
This is my first post to this list...
I just started using libzdb. It's exactly what I was looking for.
I realized that I have to use ResultSet_isnull() to differentiate between NULL and 0 on integers... I started to use the ...ByName functions because it makes my code more readable and also more robust.
Now I was wondering why there's no ResultSet_isnullByName() function. Maybe there's a good reason for it? I just added the missing code and I can't see any issue with using it...
Cheers Till