Plugin Developer Discussion

Discussion for FogBugz Plugin developers

Inserting null values on nullable columns

Call me crazy, but i can't seem to find a way to insert/update null values in columns that I have defined as being nullable. Specifically Int Columns. Am i missing something?

If you don't insert a specific value in such columns during the initial insert they are null, but what if i later want to update a set value to a null value?
tracstarr Send private email
Tuesday, January 5, 2010
 
 
You're right, this isn't clear - you can just UpdateValue([the col name], "NULL").
Brett Kiefer Send private email
Wednesday, January 6, 2010
 
 
perfect. Thanks.
tracstarr Send private email
Wednesday, January 6, 2010
 
 

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics
 
Powered by FogBugz