2002-05-22 Daniel Morgan <danmorg@sc.rr.com>
authorDaniel Morgan <monodanmorg@yahoo.com>
Wed, 22 May 2002 17:59:12 +0000 (17:59 -0000)
committerDaniel Morgan <monodanmorg@yahoo.com>
Wed, 22 May 2002 17:59:12 +0000 (17:59 -0000)
commit133032ff336dae908f5c0960bf427a1b2cca8685
tree17d70187e0e7dc1a1dd11e5b80a7687ceacc4040
parentb0619088e74459a69966dc00fafd986d930acff4
2002-05-22  Daniel Morgan <danmorg@sc.rr.com>

* System.Data/DataRow.cs: change suggested
by tim: in Item indexer, do an EndEdit()

* System.Data.SqlClient/SqlCommand.cs: more
fixes to SqlResult.  After setting each item in
the DataRow, do an AcceptChanges() to commit
the changes in the DataRow.  For DataType, use a Type
of System.String since System.Type nor System.Object
seems to work.

* Test/TestSqlDataReader.cs
* Test/PostgresTest.cs: updated to to be on
the way schema table is suppose to work

svn path=/trunk/mcs/; revision=4863
mcs/class/Mono.Data.PostgreSqlClient/Mono.Data.PostgreSqlClient/PgSqlCommand.cs
mcs/class/Mono.Data.PostgreSqlClient/PgSqlCommand.cs
mcs/class/System.Data/ChangeLog
mcs/class/System.Data/System.Data.SqlClient/SqlCommand.cs
mcs/class/System.Data/System.Data/DataRow.cs
mcs/class/System.Data/Test/PostgresTest.cs
mcs/class/System.Data/Test/TestSqlDataReader.cs