Hi,I have some related thoughts. I upgraded from 1.0.29.0 to 1.0.31.0 and discovered that SQLiteDataReader now returns DBNull.Value instead of null if the column value in the database is NULL.I guess that's fine with SQLiteDataReader.GetValue() even if I prefer null, but SQLiteDataReader.GetString() will throw an InvalidCastException in ...