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 2004/04/06 14:50:06 UTC

cvs commit: db-torque/xdocs changes.xml

seade       2004/04/06 05:50:06

  Modified:    src/generator/src/templates/om Peer.vm
               xdocs    changes.xml
  Log:
  A minor template change has been made to correctly allow Base[TableName]Peer.doDelete(criteria, connection) to be overridden in [TableName]Peer.
  Thanks to Charles Mitchel for pointing this problem out.
  
  Revision  Changes    Path
  1.7       +1 -1      db-torque/src/generator/src/templates/om/Peer.vm
  
  Index: Peer.vm
  ===================================================================
  RCS file: /home/cvs/db-torque/src/generator/src/templates/om/Peer.vm,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Peer.vm	11 Sep 2003 22:51:39 -0000	1.6
  +++ Peer.vm	6 Apr 2004 12:50:05 -0000	1.7
  @@ -698,7 +698,7 @@
        */
        public static void doDelete(Criteria criteria) throws TorqueException
        {
  -         $basePrefix${table.JavaName}Peer
  +         ${table.JavaName}Peer
               .doDelete(criteria, (Connection) null);
        }
   
  
  
  
  1.123     +5 -0      db-torque/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/db-torque/xdocs/changes.xml,v
  retrieving revision 1.122
  retrieving revision 1.123
  diff -u -r1.122 -r1.123
  --- changes.xml	22 Jan 2004 00:56:35 -0000	1.122
  +++ changes.xml	6 Apr 2004 12:50:06 -0000	1.123
  @@ -64,6 +64,11 @@
         <action dev='seade' type='update'>
           Case insensitive LIKE comparisons now use ILIKE for PostgreSQL.
         </action>
  +      <action dev='seade' type='fix'>
  +        A minor template change has been made to correctly allow 
  +        Base[TableName]Peer.doDelete(criteria, connection) to be overridden in 
  +        [TableName]Peer.
  +      </action>
       </release>
     </body>
   </document>
  
  
  

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