chicken-users
[Top][All Lists]
Advanced

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

Re: argument against using '() for null values? ([Chicken-users] DBI)


From: Jeremy Sydik
Subject: Re: argument against using '() for null values? ([Chicken-users] DBI)
Date: Wed, 27 Feb 2008 17:33:33 -0600

Thinking more about it, I'm leaning MORE toward '() than before. I also like relying on a representation that's "standard" scheme rather than one that's specifically part
of Chicken if we have the choice (and we do)

On Feb 27, 2008, at 5:29 PM, Ozzi wrote:

I suggest that a row be an a-list, and that null columns be represented by being non-existent in the a-list. If you end up preferring a plain
list or a vector, then use (void) instead -- I am trying to get this
standardized as the Chicken representation of SQL's NULL.

Is there an argument against using '() instead of (void) SQL NULL values?


_______________________________________________
Chicken-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/chicken-users





reply via email to

[Prev in Thread] Current Thread [Next in Thread]