[pgsqlclient-checkins] pgsqlclient_10 changes.txt,1.5,1.6
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-08-22 19:50:37
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10 In directory sc8-pr-cvs1:/tmp/cvs-serv964 Modified Files: changes.txt Log Message: Updated changes.txt Index: changes.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changes.txt,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** changes.txt 7 Aug 2003 21:44:39 -0000 1.5 --- changes.txt 22 Aug 2003 19:50:31 -0000 1.6 *************** *** 3,11 **** ! Alpha 3 ( XX-08-2003 ) ----- - - -- -- ---- - * Improved PgDataReader.GetSchemaTable method using prepared statemets for retrieve column and primary key information. --- 3,17 ---- ! Alpha 4 ( XX-08-2003 ) ----- - - -- -- ---- - + * Better fit to ADO.NET. + + * Improved Command Builder implementation. + * Improved PgDataReader.GetSchemaTable method using prepared statemets for retrieve column and primary key information. + + * Added SQL Server like Stored Procedure calls. |