This patch sets BIT = boolean

It removes comments suggesting that BOOLEANCHAR be set to "boolean"
instead of "char".

Without it, there is no way to work with PostgreSQL's native boolean
type.

I'd _really_ like to see this in Beta 2, I think we are deterring lots
of PostgreSQL users due to this.

-james

-- 
[]  James A. Hillyerd <[EMAIL PROTECTED]> - Java Software Engineer
[]  PGP 1024D/D31BC40D F87B 7906 C0DA 32E8 B8F6 DE23 FBF6 4712 D31B C40D
Index: db.props
===================================================================
RCS file: /home/cvspublic/jakarta-turbine-torque/src/templates/sql/base/postgresql/db.props,v
retrieving revision 1.6
diff -u -r1.6 db.props
--- db.props	6 May 2002 20:00:12 -0000	1.6
+++ db.props	7 May 2002 08:29:11 -0000
@@ -4,15 +4,13 @@
 # See http://www.postgresql.org/idocs/index.php?datatype.html for more
 # information on PostgreSQL data types.
 
-BIT =
+BIT = boolean
 TINYINT = int2
 SMALLINT = int2
 INTEGER = integer
 BIGINT = int8
 FLOAT = float
 REAL = float
-# The "boolean" data type might be more appropriat here
-# http://www.postgresql.org/idocs/index.php?datatype-boolean.html
 BOOLEANCHAR = char
 BOOLEANINT = int2
 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to