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 tf...@apache.org on 2006/05/21 14:06:15 UTC

svn commit: r408157 - in /db/torque: site/trunk/xdocs/changes.xml templates/trunk/src/templates/sql/db-init/db2/ templates/trunk/src/templates/sql/db-init/db2/createdb.vm

Author: tfischer
Date: Sun May 21 05:06:14 2006
New Revision: 408157

URL: http://svn.apache.org/viewvc?rev=408157&view=rev
Log:
Added dummy template for db creation for db2.
Fixes TRQS362.

Added:
    db/torque/templates/trunk/src/templates/sql/db-init/db2/
    db/torque/templates/trunk/src/templates/sql/db-init/db2/createdb.vm
Modified:
    db/torque/site/trunk/xdocs/changes.xml

Modified: db/torque/site/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/db/torque/site/trunk/xdocs/changes.xml?rev=408157&r1=408156&r2=408157&view=diff
==============================================================================
--- db/torque/site/trunk/xdocs/changes.xml (original)
+++ db/torque/site/trunk/xdocs/changes.xml Sun May 21 05:06:14 2006
@@ -29,6 +29,9 @@
 
   <release version="3.2.1-dev" date="in SVN">
   
+    <action type="fix" dev="tfischer" issue="TRQS362">
+      Added dummy template for DB creation for DB2.
+    </action>
     <action type="fix" dev="tfischer" issue="TORQUE-5">
       Mapped the Torque type INTEGER to the SQL type INTEGER in Mysql.
       (In Torque 3.2, this was changed unintentionally to MEDIUMINT.

Added: db/torque/templates/trunk/src/templates/sql/db-init/db2/createdb.vm
URL: http://svn.apache.org/viewvc/db/torque/templates/trunk/src/templates/sql/db-init/db2/createdb.vm?rev=408157&view=auto
==============================================================================
--- db/torque/templates/trunk/src/templates/sql/db-init/db2/createdb.vm (added)
+++ db/torque/templates/trunk/src/templates/sql/db-init/db2/createdb.vm Sun May 21 05:06:14 2006
@@ -0,0 +1,15 @@
+## Copyright 2001-2005 The Apache Software Foundation.
+##
+## Licensed under the Apache License, Version 2.0 (the "License")
+## you may not use this file except in compliance with the License.
+## You may obtain a copy of the License at
+##
+##     http://www.apache.org/licenses/LICENSE-2.0
+##
+## Unless required by applicable law or agreed to in writing, software
+## distributed under the License is distributed on an "AS IS" BASIS,
+## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+## See the License for the specific language governing permissions and
+## limitations under the License.
+
+## Not implemented for DB2
\ No newline at end of file



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