Added implementation and unit tests for GetFieldValue, GetStream and GetTextReader...
authorMika Aalto <mika@aalto.pro>
Sat, 15 Mar 2014 19:08:18 +0000 (21:08 +0200)
committerMiguel de Icaza <miguel@gnome.org>
Thu, 15 May 2014 21:17:44 +0000 (17:17 -0400)
commitccd93fc95a49ad8dca357309cebc4b0e40d5171b
treedef4ba139c647585ea71b66293d1652f57088fd3
parent69cd9d1b149bd2d551f8b1e53748cc720b49cc49
Added implementation and unit tests for GetFieldValue, GetStream and GetTextReader methods in DbDataReader class.

Used https://github.com/matthid/mono/commit/51e808b3836e9ba32901762ea23941ee60b2746d as reference.
mcs/class/System.Data/System.Data-tests-net_4_5.csproj
mcs/class/System.Data/System.Data.Common/DbDataReader.cs
mcs/class/System.Data/System.Data_test.dll.sources
mcs/class/System.Data/Test/System.Data.Common/DbDataReaderMock.cs [new file with mode: 0644]
mcs/class/System.Data/Test/System.Data.Common/DbDataReaderTest.cs [new file with mode: 0644]