Subject: | Default type for PSQL 'serial' should be 'integer' not 'int' |
The default type for serial in PostgreSQL is defined in
Parse::Dia::SQL::Util as 'int'. The official name in the PostgreSQL
documenation is 'integer', with 'int' only mentioned as an alternative
name in the SQL standard; isn't it better to set this as default?
Trivial patch added, in case my suggestion is honoured.
Mart
Subject: | patch |