Update of /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/MySQLAdaptorLayer
In directory sc8-pr-cvs1:/tmp/cvs-serv26209/DatabaseAdaptors/MySQLAdaptorLayer
Modified Files:
__init__.py
Log Message:
Updated docstring
Index: __init__.py
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/MySQLAdaptorLayer/__init__.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** __init__.py 27 Jan 2003 16:21:16 -0000 1.2
--- __init__.py 3 Aug 2003 11:10:49 -0000 1.3
***************
*** 31,34 ****
--- 31,44 ----
- 'MySQL-python', v0.9.2'
+ Model & Connection Dictionaries:
+
+ 'adaptorName' -- should be 'MySQL'
+
+ 'database' -- the name of the database
+
+ 'host' -- where the mysql server is hosted
+
+ 'user', 'password' -- user credentials
+
"""
|