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/03/29 04:04:18 UTC

cvs commit: db-torque/src/generator/src/templates/sql/base/hypersonic table.vm

seade       2004/03/28 18:04:18

  Modified:    src/generator/src/templates/sql/base/hypersonic table.vm
  Log:
  Hypersonic template fix from Serge Huber.
  
  Revision  Changes    Path
  1.4       +1 -1      db-torque/src/generator/src/templates/sql/base/hypersonic/table.vm
  
  Index: table.vm
  ===================================================================
  RCS file: /home/cvs/db-torque/src/generator/src/templates/sql/base/hypersonic/table.vm,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- table.vm	24 Mar 2004 02:29:46 -0000	1.3
  +++ table.vm	29 Mar 2004 02:04:18 -0000	1.4
  @@ -2,7 +2,7 @@
   -----------------------------------------------------------------------------
   -- $table.Name
   -----------------------------------------------------------------------------
  -#$generator.parse("$basepath/drop.vm", "", "table", $tbl)
  +$generator.parse("$basepath/drop.vm", "", "table", $tbl)
   CREATE TABLE $table.Name
   (
   #set ( $cols = $generator.parse("$basepath/columns.vm", "", "table", $tbl) )
  
  
  

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


Re: cvs commit: db-torque/src/generator/src/templates/sql/base/hypersonic table.vm

Posted by Serge Huber <sh...@jahia.com>.
Thanks Scott for doing this swiftly !

Regards,
   Serge...

At 04:04 29.03.2004, you wrote:
>seade       2004/03/28 18:04:18
>
>   Modified:    src/generator/src/templates/sql/base/hypersonic table.vm
>   Log:
>   Hypersonic template fix from Serge Huber.
>
>   Revision  Changes    Path
>   1.4       +1 
> -1      db-torque/src/generator/src/templates/sql/base/hypersonic/table.vm
>
>   Index: table.vm
>   ===================================================================
>   RCS file: 
> /home/cvs/db-torque/src/generator/src/templates/sql/base/hypersonic/table.vm,v
>   retrieving revision 1.3
>   retrieving revision 1.4
>   diff -u -r1.3 -r1.4
>   --- table.vm  24 Mar 2004 02:29:46 -0000      1.3
>   +++ table.vm  29 Mar 2004 02:04:18 -0000      1.4
>   @@ -2,7 +2,7 @@
> 
>-----------------------------------------------------------------------------
>    -- $table.Name
> 
>-----------------------------------------------------------------------------
>   -#$generator.parse("$basepath/drop.vm", "", "table", $tbl)
>   +$generator.parse("$basepath/drop.vm", "", "table", $tbl)
>    CREATE TABLE $table.Name
>    (
>    #set ( $cols = $generator.parse("$basepath/columns.vm", "", "table", 
> $tbl) )
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
>For additional commands, e-mail: torque-dev-help@db.apache.org

- -- --- -----=[ shuber2 at jahia dot com ]=---- --- -- -
www.jahia.org : A collaborative source CMS and Portal Server 



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