2010-10-01 Veerapuram Varadhan <vvaradhan@novell.com>
authorvvaradhan <v.varadhan@gmail.com>
Mon, 4 Oct 2010 09:57:52 +0000 (15:27 +0530)
committervvaradhan <v.varadhan@gmail.com>
Mon, 4 Oct 2010 09:57:52 +0000 (15:27 +0530)
commitceefad76f1e28e3895acf7e66a429b22d8b33960
treed0c685e0c31d78baedda2a4f29ef7b3834ccac10
parentb2285ad835e9ddcab819a96ee292fa3ef999a1e9
2010-10-01  Veerapuram Varadhan  <vvaradhan@novell.com>

** Fixes #561667
* SqlCommand.cs (Dispose): While Disposing, set connection's
datareader to null so the connection can be reused with another datareader.
mcs/class/System.Data/System.Data.SqlClient/ChangeLog
mcs/class/System.Data/System.Data.SqlClient/SqlCommand.cs
mcs/class/System.Data/Test/ProviderTests/System.Data.SqlClient/ChangeLog
mcs/class/System.Data/Test/ProviderTests/System.Data.SqlClient/SqlCommandTest.cs