[pgsqlclient-checkins] pgsqlclient_10 changelog.txt,1.121,1.122 changes.txt,1.17,1.18
Status: Inactive
Brought to you by:
carlosga_fb
From: Carlos G. Á. <car...@us...> - 2004-07-21 11:03:40
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32366 Modified Files: changelog.txt changes.txt Log Message: Prepare for beta 7 Index: changelog.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changelog.txt,v retrieving revision 1.121 retrieving revision 1.122 diff -C2 -d -r1.121 -r1.122 *** changelog.txt 12 Jun 2004 14:20:24 -0000 1.121 --- changelog.txt 21 Jul 2004 11:03:30 -0000 1.122 *************** *** 85,89 **** - 2004-04-10 Carlos Guzman Alvarez <car...@te...> --- 85,88 ---- Index: changes.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changes.txt,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** changes.txt 20 Jul 2004 18:42:07 -0000 1.17 --- changes.txt 21 Jul 2004 11:03:30 -0000 1.18 *************** *** 8,11 **** --- 8,20 ---- * Bug fixes (please review the changelog for details) + * Better fit to ADO.NET + + * Improved SSL/TLS support. + + * Time and timestamp data types are now handled as strings. + + * Improved named parameters support. + + * Improved Command Builder and Data Reader classes. |