the following results in "None", no errors
create table "foo" ("auto" integer not null primary key auto_increment,"inty" integer not null default(4),"blob" blob,"blob3" binary(3),"blob4" varbinary(4),"tex" text not null,"siz3v" varchar(3),"siz3" character(3),"flt" float default(1.1),"dbl" double default(2.2));
if i knew a bit more about how the yacc module worked, i would fix it, looking at it now
looks like the mysql auto_increment breaks it, even though this executes correctly in mysql