henning 2003/07/23 03:50:57 Modified: src/generator/src/templates/sql/base/postgresql db.props Log: According to http://www.postgresql.org/docs/7.3/static/datatype.html#DATATYPE-FLOAT the DOUBLE datatype of PostgreSQL is called "double precision". Tests with PostgreSQL 7.3.2 seem to confirm this. If there is simply "double" in the SQL file, the database won't create table. Revision Changes Path 1.2 +1 -1 db-torque/src/generator/src/templates/sql/base/postgresql/db.props Index: db.props =================================================================== RCS file: /home/cvs/db-torque/src/generator/src/templates/sql/base/postgresql/db.props,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- db.props 10 Feb 2003 13:18:47 -0000 1.1 +++ db.props 23 Jul 2003 10:50:57 -0000 1.2 @@ -14,7 +14,7 @@ BOOLEANCHAR = char BOOLEANINT = int2 -DOUBLE = double +DOUBLE = double precision # numeric(precision, scale) / decimal(precision, scale) NUMERIC = numeric DECIMAL = decimal
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
