dobbs       02/05/07 08:22:04

  Modified:    src/templates/sql/base/postgresql db.props
  Log:
  This patch from James A. Hillyerd <jamesAThillyerd.com> 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.
  
  Revision  Changes    Path
  1.7       +1 -3      
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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- db.props  6 May 2002 20:00:12 -0000       1.6
  +++ db.props  7 May 2002 15:22:04 -0000       1.7
  @@ -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