tfischer 2005/03/30 04:40:41
Modified: xdocs changes.xml
Added: src/generator/src/templates/sql/db-init/msaccess createdb.vm
src/generator/src/templates/sql/id-table idtable.msaccess
Log:
Added missing templates for msaccess.
I did not run any test, so no idea whether msaccess support works or not.
If anybody knows, please let us know
Revision Changes Path
1.151 +4 -0 db-torque/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/db-torque/xdocs/changes.xml,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- changes.xml 28 Mar 2005 18:25:27 -0000 1.150
+++ changes.xml 30 Mar 2005 12:40:41 -0000 1.151
@@ -28,6 +28,10 @@
<body>
<release version="3.2-dev" date="in CVS">
+ <action type="fix" dev="tfischer">
+ Added missing templates for msaccess. I did not test it,
+ so no idea whether msaccess is actually supported.
+ </action>
<action type="add" dev="tfischer">
It is now possible to generate simple Beans for Torque data objects.
Methods are supplied to create Beans from Data object and vice versa.
1.1
db-torque/src/generator/src/templates/sql/db-init/msaccess/createdb.vm
Index: createdb.vm
===================================================================
## Not implemented
1.1
db-torque/src/generator/src/templates/sql/id-table/idtable.msaccess
Index: idtable.msaccess
===================================================================
#foreach ($tbl in $tables)
insert into ID_TABLE (id_table_id, table_name, next_id, quantity) VALUES
($initialID, '$tbl.Name', $initialIDValue, $initialIDStep);
#set ( $initialID = $initialID + 1 )
#end
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]