dobbs       01/11/28 17:45:33

  Added:       src/templates/sql/db-init/sapdb createdb.vm
  Log:
  'ant test' chokes when trying to create the database without this.
  
  copied this file from src/templates/sql/db-init/oracle/createdb.vm
  
  same idea as oracle, get your DBA to create a database instance and
  a user and a schema for you, then run the tests.
  
  Revision  Changes    Path
  1.1                  
jakarta-turbine-torque/src/templates/sql/db-init/sapdb/createdb.vm
  
  Index: createdb.vm
  ===================================================================
  #foreach ($databaseName in $databaseNames)
  -- drop database $databaseName;
  -- create database $databaseName;
  #end
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to