[Mysql-cocoa-commits] CVS: Documentation/website index.html,1.21,1.22
Brought to you by:
sergecohen
From: Serge C. <ser...@us...> - 2004-08-09 16:35:33
|
Update of /cvsroot/mysql-cocoa/Documentation/website In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2594/website Modified Files: index.html Log Message: Corrected the end of the list of the second item of the update list. 2004-08-09; Serge Cohen. Index: index.html =================================================================== RCS file: /cvsroot/mysql-cocoa/Documentation/website/index.html,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** index.html 9 Aug 2004 16:29:54 -0000 1.21 --- index.html 9 Aug 2004 16:35:24 -0000 1.22 *************** *** 36,40 **** <li class="intext"><em>TEXT/BLOB</em> : Now the framework is able to discriminate between these two types (and related SMALL... and LONG...). TEXT will be converted to NSString (using the proper encoding, if the encoding of the MySQL server is supported by Cocoa), whilst BLOB will be converted to NSData.</li> <li class="intext"><em>quoteObject</em> : This is a new method added to MCPConnection to quote any object, using the object class to know how it should be quoted.</li> ! </l> <p><em>04 March 2004:</em> With the comments of Dave Winter, I have corrected the examlpe in the HTML doc, should be Ok now (except maybe a \312 character used for tabbing...). Documentation should be updated to 2.2.3 by now.</p> --- 36,40 ---- <li class="intext"><em>TEXT/BLOB</em> : Now the framework is able to discriminate between these two types (and related SMALL... and LONG...). TEXT will be converted to NSString (using the proper encoding, if the encoding of the MySQL server is supported by Cocoa), whilst BLOB will be converted to NSData.</li> <li class="intext"><em>quoteObject</em> : This is a new method added to MCPConnection to quote any object, using the object class to know how it should be quoted.</li> ! </ul> <p><em>04 March 2004:</em> With the comments of Dave Winter, I have corrected the examlpe in the HTML doc, should be Ok now (except maybe a \312 character used for tabbing...). Documentation should be updated to 2.2.3 by now.</p> |