You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jv...@apache.org on 2001/09/26 23:41:14 UTC

cvs commit: jakarta-turbine-2/conf/torque/templates/sql/id-table Control.vm

jvanzyl     01/09/26 14:41:14

  Modified:    conf/torque/templates/sql/id-table Control.vm
  Log:
  - use the same method that is used for generating the sql when
    we are dealing with multiple databases.
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-turbine-2/conf/torque/templates/sql/id-table/Control.vm
  
  Index: Control.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/conf/torque/templates/sql/id-table/Control.vm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Control.vm	2001/08/16 05:07:01	1.1
  +++ Control.vm	2001/09/26 21:41:14	1.2
  @@ -4,7 +4,7 @@
     #if ($appData.MultipleDatabases)
       #set ( $outFile = "${project}-${databaseModel.Name}-idtable.sql" )
     #else
  -    #set ( $outFile = "" )
  +    #set ( $outFile = "${project}-idtable.sql" )
     #end
   $generator.parse($fname,$outFile,"tables",$databaseModel.Tables)
   #end
  
  
  

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