Anomoly when storing empty values into SQLite integer fields

Bob Sneidar bobs at twft.com
Wed Feb 22 11:23:48 EST 2012


I think you CAN use NULL as a value to pass, but the NOT NULL of the column has to be unchecked. 

Bob


On Feb 21, 2012, at 7:46 PM, Mark Smith wrote:

> 
> Peter Haworth-2 wrote
>> 
>> The only way round this that I've found as in my earlier email is to not
>> include the integer column in any INSERT or UPDATE statements if you want
>> it to come back as empty instead of zero.
>> 
> 
> Which sort of works, until you consider the case of wanting to back out a
> value (revert from some value to NULL). At present, I think I'll just stick
> with using text fields, but we should definitely report this to RR. If the
> user wants to put an undefined value into an integer field (because the
> value is in fact UNDEFINED... that does happen in the real world) then the
> user should be able to use empty or NULL to signal that (I have no
> preference... to my failing eyesight they both look equally missing to me :)
> 
> -- Mark
> 
> 
> --
> View this message in context: http://runtime-revolution.278305.n4.nabble.com/Anomoly-when-storing-empty-values-into-SQLite-integer-fields-tp4408942p4409186.html
> Sent from the Revolution - User mailing list archive at Nabble.com.
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode





More information about the use-livecode mailing list