> From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-
> boun...@sqlite.org] On Behalf Of Joseph L. Casale
> 
> > I would really love to have an easy way of putting a long? into the 
> > database,
> and then getting a long? back out.
> 
> What do you want to happen when the column is null as in your string
> example?

I would like the long? to be null.  

Based on your response, it seems you didn't notice the ? mark.  This is a 
shorthand for Nullable<long> which means it may be either null, or a long. 
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to