You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by se...@apache.org on 2003/10/17 08:04:34 UTC

cvs commit: db-torque/src/generator/src/templates/sql/base/postgresql db.props

seade       2003/10/16 23:04:34

  Modified:    xdocs    Tag: TORQUE_3_1_BRANCH release-changes.xml
               src/generator/src/templates/sql/base/postgresql Tag:
                        TORQUE_3_1_BRANCH db.props
  Log:
  For PostgreSQL the LONGVARCHAR datatype now maps to 'text' rather than 'bytea'.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.3.2.1   +17 -0     db-torque/xdocs/release-changes.xml
  
  Index: release-changes.xml
  ===================================================================
  RCS file: /home/cvs/db-torque/xdocs/release-changes.xml,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- release-changes.xml	1 Sep 2003 20:02:36 -0000	1.3
  +++ release-changes.xml	17 Oct 2003 06:04:33 -0000	1.3.2.1
  @@ -9,6 +9,23 @@
   
     <body>
   
  +<section name="Torque 3.1.1.">
  +<p>
  +  Changes between Torque 3.1 and 3.1.1. <br/>
  +</p>
  +
  +<subsection name="Fixed bugs">
  +<p>
  +  <ul>
  +    <li>
  +      For PostgreSQL the LONGVARCHAR datatype now maps to <em>text</em>
  +      rather than <em>bytea</em>.
  +    </li>
  +  </ul>
  +</p>
  +</subsection>
  +</section>
  +
   <section name="Torque 3.1">
   <p>
     Changes between Torque 3.1-rc and 3.1. <br/>
  
  
  
  No                   revision
  No                   revision
  1.2.2.1   +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.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- db.props	23 Jul 2003 10:50:57 -0000	1.2
  +++ db.props	17 Oct 2003 06:04:33 -0000	1.2.2.1
  @@ -20,7 +20,7 @@
   DECIMAL = decimal
   CHAR = char
   VARCHAR = varchar
  -LONGVARCHAR = bytea
  +LONGVARCHAR = text
   DATE = date
   TIME = time
   TIMESTAMP = timestamp
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org