2002-05-23 Daniel Morgan <danmorg@sc.rr.com>
authorDaniel Morgan <monodanmorg@yahoo.com>
Thu, 23 May 2002 00:28:02 +0000 (00:28 -0000)
committerDaniel Morgan <monodanmorg@yahoo.com>
Thu, 23 May 2002 00:28:02 +0000 (00:28 -0000)
commite4d7494b3863a6a6a22007ebae1661da3a697539
treec769d831aad140b1d314bd09e87686bc71d767ba
parent8a9843105f76c77bf576758f3b14939477e298aa
2002-05-23  Daniel Morgan <danmorg@sc.rr.com>

* System.Data.SqlClient/SqlCommand.cs: set
the "ProviderType" to the PostgreSQL type oid

* System.Data.SqlClient/SqlDataReader.cs: fix
for various properties and methods that
return meta data: Item indexers this[name] and this[index],
GetFieldType, GetName, and GetOrdinal.  SqlDataAdapter
should work again.

svn path=/trunk/mcs/; revision=4873
mcs/class/Mono.Data.PostgreSqlClient/Mono.Data.PostgreSqlClient/PgSqlCommand.cs
mcs/class/Mono.Data.PostgreSqlClient/Mono.Data.PostgreSqlClient/PgSqlDataReader.cs
mcs/class/Mono.Data.PostgreSqlClient/PgSqlCommand.cs
mcs/class/Mono.Data.PostgreSqlClient/PgSqlDataReader.cs
mcs/class/System.Data/ChangeLog
mcs/class/System.Data/System.Data.SqlClient/SqlCommand.cs
mcs/class/System.Data/System.Data.SqlClient/SqlDataReader.cs