henning 2003/07/16 02:30:36
Modified: src/generator/xdocs properties-reference.xml
Log:
Correct the initialID description, which was completely wrong.
Revision Changes Path
1.2 +4 -1 db-torque/src/generator/xdocs/properties-reference.xml
Index: properties-reference.xml
===================================================================
RCS file: /home/cvs/db-torque/src/generator/xdocs/properties-reference.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- properties-reference.xml 26 Jun 2003 21:41:36 -0000 1.1
+++ properties-reference.xml 16 Jul 2003 09:30:32 -0000 1.2
@@ -347,7 +347,10 @@
<td><code> torque.initialID </code></td>
<td><code> 101 </code></td>
<td>
- Controls where the idbroker starts id numbers at.
+ Controls the starting id of table entries when creating SQL for the id-table.
If you
+ have two projects that use the same id-table in the same database with
different tables,
+ make sure that they have different initialID settings and the ranges (initialID
is incremented
+ for every new table) don't overlap.
</td>
</tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]