jon 02/02/25 17:21:36 Modified: src/templates/sql/base/postgresql db.props Log: added a type mapping for BOOLEANINT=int2 it allows me to import the database properly, however i have not tested inserting a row with a column of this type. <rant>why the heck do people like postgresql better than mysql? it is a way more confusing database system to use and doesn't even support drop if exists tableName. ug.</rant> -jon Revision Changes Path 1.4 +1 -0 jakarta-turbine-torque/src/templates/sql/base/postgresql/db.props Index: db.props =================================================================== RCS file: /home/cvs/jakarta-turbine-torque/src/templates/sql/base/postgresql/db.props,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- db.props 16 Feb 2002 18:25:01 -0000 1.3 +++ db.props 26 Feb 2002 01:21:36 -0000 1.4 @@ -9,6 +9,7 @@ FLOAT = float REAL = float BOOLEANCHAR = boolean +BOOLEANINT = int2 DOUBLE = NUMERIC =
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
