[Mysql-cocoa-commits] CVS: SMySQL MCPConnection.m,1.2,1.3
Brought to you by:
sergecohen
From: Serge C. <ser...@us...> - 2003-08-16 21:13:40
|
Update of /cvsroot/mysql-cocoa/SMySQL In directory sc8-pr-cvs1:/tmp/cvs-serv26162 Modified Files: MCPConnection.m Log Message: Adding the tag name to the documentation (first trying on MCPConnection only). 2003-08-16; Serge Cohen. Index: MCPConnection.m =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/MCPConnection.m,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MCPConnection.m 25 Dec 2002 21:17:37 -0000 1.2 --- MCPConnection.m 16 Aug 2003 20:57:19 -0000 1.3 *************** *** 39,42 **** --- 39,43 ---- /*" !{ $Id$ } + !{ $Name$ } This class is used to keep a connection with a MySQL server, it correspond to the MYSQL structure of the C API, or the database handle of the PERL DBI/DBD interface. |