Isaac Goodfellow

Results 1 comments of Isaac Goodfellow

Sqlite has no internal representation for boolean values, but they can be represented with integers, bool read = ((int)result.Rows [i] ["read"]) > 0; would suffice in this case