Update of /cvsroot/pgsqlclient/pgsqlclient_10
In directory sc8-pr-cvs1:/tmp/cvs-serv3932
Modified Files:
changelog.txt
Log Message:
update changelog.txt
Index: changelog.txt
===================================================================
RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changelog.txt,v
retrieving revision 1.81
retrieving revision 1.82
diff -C2 -d -r1.81 -r1.82
*** changelog.txt 23 Nov 2003 20:11:35 -0000 1.81
--- changelog.txt 23 Nov 2003 22:28:44 -0000 1.82
***************
*** 11,15 ****
* source/NPgClient/PgStatement.cs:
! - Removed invalid case in switch, in method processDataRow.
--- 11,15 ----
* source/NPgClient/PgStatement.cs:
! - Removed invalid case in switch, in method processDataRow ( Thanks to Ishpal Singh for his feedback ).
***************
*** 28,32 ****
* source/NPgClient/PgDbClient.cs:
! - Make SslClientStream to be public
* source/NPgClient/PgDbClient.cs:
--- 28,32 ----
* source/NPgClient/PgDbClient.cs:
! - Make SslClientStream to be public.
* source/NPgClient/PgDbClient.cs:
***************
*** 37,41 ****
* source/NPgClient/PgOutputPacket.cs:
! - Make conversion of datatime parameters using Convert.ToDateTime()
- Make conversion of timespan parameters using TimeSpan.Parse()
--- 37,41 ----
* source/NPgClient/PgOutputPacket.cs:
! - Make conversion of datatime parameters using Convert.ToDateTime() ( Thanks to Ishpal Singh for his feedback )
- Make conversion of timespan parameters using TimeSpan.Parse()
***************
*** 43,47 ****
* source/PgCommand.cs:
! - Added change for try to make a correct replace of named parameters.
--- 43,47 ----
* source/PgCommand.cs:
! - Added change for try to make a correct replace of named parameters ( Thanks to Ishpal Singh for his feedback ).
|