? src/templates/sql/base/exit.vm
Index: src/templates/sql/base/Control.vm
===================================================================
RCS file: /home/cvspublic/jakarta-turbine-torque/src/templates/sql/base/Control.vm,v
retrieving revision 1.4
diff -b -c -r1.4 Control.vm
*** src/templates/sql/base/Control.vm	26 Dec 2001 22:24:43 -0000	1.4
--- src/templates/sql/base/Control.vm	3 Jun 2002 22:53:11 -0000
***************
*** 23,28 ****
--- 23,32 ----
        $generator.parse($fnamekeys,$outFile,"tablefk",$tbl)
      #end
    #end 
+    
+   #if($dbprops.get("ENDWITHEXIT"))
+   	$generator.parse("sql/base/exit.vm", $outFile, "", "")
+   #end
  
    #if ($idmodel)
  
Index: src/templates/sql/base/oracle/db.props
===================================================================
RCS file: /home/cvspublic/jakarta-turbine-torque/src/templates/sql/base/oracle/db.props,v
retrieving revision 1.5
diff -b -c -r1.5 db.props
*** src/templates/sql/base/oracle/db.props	7 Mar 2002 18:11:13 -0000	1.5
--- src/templates/sql/base/oracle/db.props	3 Jun 2002 22:53:11 -0000
***************
*** 47,49 ****
--- 47,51 ----
  maxColumnNameLength = 30
  
  idMethod=sequence
+ 
+ ENDWITHEXIT

