Update of /cvsroot/pgsqlclient/pgsqlclient
In directory sc8-pr-cvs1:/tmp/cvs-serv24203
Modified Files:
changes.txt
Log Message:
Updated changes.txt
Index: changes.txt
===================================================================
RCS file: /cvsroot/pgsqlclient/pgsqlclient/changes.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** changes.txt 24 Jul 2003 11:02:22 -0000 1.1
--- changes.txt 30 Jul 2003 17:41:25 -0000 1.2
***************
*** 3,4 ****
--- 3,23 ----
+ Alpha 2 ( XX-XX-2003 )
+ ----- - - -- -- ---- -
+
+ * Better fit to ADO .NET
+
+ * Added support for Function calls using CommandType.StoredProcedure.
+
+ * Added some changes for better work with mono:: platform.
+
+ * Added implementation for PGConnection.ChangeDatabase method.
+
+ * Added implementation for PGCommandBuilder.DeriveParameters method.
+
+
+ Alpha 2 ( 27-07-2003 )
+ ----- - - -- -- ---- -
+
+
+ Initial release.
\ No newline at end of file
|