Joshua Orvis - 2009-06-03

I'd prefer to see us move toward the GMOD standard schema when possible, rather than away from it even more. Our API here is perl, and DBI often handles the casting of these values when done via placeholders. While 0 fails in boolean fields in PostgreSQL, for example, it gets cast correctly by the DBD if placeholders are used.

In the feature table, for example, is_obsolete is BOOLEAN as defined by GMOD. I'd rather switch it to that and only deviate from the public standard when the datatype doesn't have a match in the target db vendor.