tfischer 2005/07/02 12:27:07
Modified: src/generator/src/conf build.properties
Log:
added mssql to the set of possible choices for the database
Revision Changes Path
1.5 +3 -3 db-torque/src/generator/src/conf/build.properties
Index: build.properties
===================================================================
RCS file: /home/cvs/db-torque/src/generator/src/conf/build.properties,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- build.properties 28 Mar 2005 18:25:28 -0000 1.4
+++ build.properties 2 Jul 2005 19:27:07 -0000 1.5
@@ -53,8 +53,8 @@
# This is the target database, only considered when generating
# the SQL for your Torque project. Your possible choices are:
#
-# axion, cloudscape, db2, db2400, hypersonic, interbase, mssql,
-# mysql, oracle, postgresql, sapdb, sybase
+# axion, cloudscape, db2, db2400, hypersonic, interbase, msaccess
+# mssql, mysql, oracle, postgresql, sapdb, sybase
# -------------------------------------------------------------------
torque.database = postgresql
---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org
|