[Modeling-cvs] ZModeling/ZModelizationTool/dtml model_properties.dtml,1.9,1.10
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-06-12 00:28:28
|
Update of /cvsroot/modeling/ZModeling/ZModelizationTool/dtml In directory sc8-pr-cvs1:/tmp/cvs-serv1393/ZModelizationTool/dtml Modified Files: model_properties.dtml Log Message: Added SQLite to the list of supported adaptors Index: model_properties.dtml =================================================================== RCS file: /cvsroot/modeling/ZModeling/ZModelizationTool/dtml/model_properties.dtml,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** model_properties.dtml 27 May 2003 19:49:17 -0000 1.9 --- model_properties.dtml 12 Jun 2003 00:28:25 -0000 1.10 *************** *** 22,26 **** <th align="left">adaptorName</th> <td><input type="text" name="adaptorName" value="&dtml-adaptorName;"/></td> ! <td align="left"><font size="-1">Currently supported: Postgresql, MySQL (exact typo!!)</font></td> </tr> <tr> --- 22,26 ---- <th align="left">adaptorName</th> <td><input type="text" name="adaptorName" value="&dtml-adaptorName;"/></td> ! <td align="left"><font size="-1">Currently supported: Postgresql, MySQL, SQLite (exact typo!!)</font></td> </tr> <tr> |