I've read over all of the docs on Air, but there seems to be a missing discussion around NULL values in SQLLite and how those map back to datatypes. What I've found is that if I have an int field type I can't get a NULL value to ever get inserted into the SQLLite. It just ends up inserting 0 (zero). In Java we'd just convert to using a true Object like Integer class, and that would handle this problem for us. What is the equivalent with Actionscript? If you want NULLs and numbers what is an object and a number, and will Air convert between the two correctly?
Thanks Charlie

