workaround to get auto_increment working from PG "serial" datatype. i didn't do...
authorAllen Day <allenday@users.sourceforge.net>
Thu, 17 Apr 2003 19:42:33 +0000 (19:42 +0000)
committerAllen Day <allenday@users.sourceforge.net>
Thu, 17 Apr 2003 19:42:33 +0000 (19:42 +0000)
commit0a7fc6058c58b73312f62d64060bec8d84c64dc3
tree533cd2d6efd4071190c9504deae1006835cdf9fc
parentab0aa01028291badd0e421da7fc6310627e11978
workaround to get auto_increment working from PG "serial" datatype.  i didn't do this right, someone fix it :|

also added a fix to MySQL producer to not put () enclosed attributes if values don't exist.  ie, don't put int() if there is
not a length defined for int.
lib/SQL/Translator/Parser/PostgreSQL.pm
lib/SQL/Translator/Producer/MySQL.pm