[system.data] Appended the fix to correct the whitespace Expression and argument...
authorMatthew Leibowitz <mattleibow@live.com>
Fri, 27 Jun 2014 18:56:37 +0000 (20:56 +0200)
committerMatthew Leibowitz <mattleibow@live.com>
Fri, 27 Jun 2014 18:56:37 +0000 (20:56 +0200)
commit7f8d148ec217aa39f08b317a159bf9590856f87b
treec69cf1fe548ebd6cce45ff3c4bc7fede450937c4
parent19908c6b942326c97933f7a3151427c1f7c2bb3d
[system.data] Appended the fix to correct the whitespace Expression and argument checking
 - Whitespace Espressions:
 -- if a column expression is a pure whitespace, use an empty string instead
 -- if a column expression is surrounded by whitespace, preserve whitespace
 -- if a column expression is null/empty, use an empty string
 - Get a row's column value:
 -- make sure we throw exceptions if the column we are looking at is null
 -- make sure we throw exceptions if we can't find the column with the provided name
mcs/class/System.Data/System.Data/DataColumn.cs
mcs/class/System.Data/System.Data/DataRow.cs
mcs/class/System.Data/Test/System.Data/DataColumnTest2.cs
mcs/class/System.Data/Test/System.Data/DataRowTest2.cs