> >SQLite thinks you have declared a column named "active" >with a datatype of "BOOL JOINED DATE".
Since BOOL JOINED DATE doesn't correspond to any known data type, shouldn't it be flagged as an error? Surely the declaration of a table shouldn't accept garbage.