lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Fri, Jun 28, 2013 at 11:17 AM, Tim Hill <drtimhill@gmail.com> wrote:
No-one has answered my original question: How can I write a CLEAN C library that emits a SQL rowset that might include NULL values? Without "empty", I cannot see a clean way to do this.

But then your library would define a null constant, and you would use that. That's how the same problem is sorted with JSON encoding.