i forget what i did, but i found more bugs. we need to be able to support 'varchar'
authorAllen Day <allenday@users.sourceforge.net>
Tue, 25 Feb 2003 03:24:56 +0000 (03:24 +0000)
committerAllen Day <allenday@users.sourceforge.net>
Tue, 25 Feb 2003 03:24:56 +0000 (03:24 +0000)
commitf19696aa29648449bc48394f187c300ffbbe9b36
treec88af2ce3bb0e1b2ac355d81a04b707ed562e087
parentac96b9c87f6fea2da55803e9692a9144df6344c4
i forget what i did, but i found more bugs.  we need to be able to support 'varchar'
as implying 'varchar(255)' for both field and index declarations.  also 'double precision'
as a synonym for 'double'.  also, mysql doesn't support boolean datatype, but postgres does,
so we need to find a way to deal with this.

that's all for now.

-ad
lib/SQL/Translator/Parser/PostgreSQL.pm