2009-07-24 Veerapuram Varadhan <vvaradhan@novell.com>
authorVeerapuram Varadhan <v.varadhan@gmail.com>
Sat, 25 Jul 2009 19:10:42 +0000 (19:10 -0000)
committerVeerapuram Varadhan <v.varadhan@gmail.com>
Sat, 25 Jul 2009 19:10:42 +0000 (19:10 -0000)
commit5ec22cbe2f2da4b26b0bc433db04aab0e506cee0
tree1bef9d2551471e86ae0cf854b0d85256ac4408a9
parent97487d9789bc0b1465e17b36799534c534782ee1
2009-07-24  Veerapuram Varadhan  <vvaradhan@novell.com>

* DbCommandBuilder.cs (CreateDeleteCommand, CreateUpdateCommand): Add the
nullcheck-param into the respective command's parameter list.  Fixes
build breaks.  Individual provider's CommandBuilder classes from 2.0
profile onwards use the base version of methods to maintain these commands.
(Get*Command): Cleanup code duplication
* DbDataAdapter (Update): Use SourceColumnNullMapping property to handle
nullcheckparams.  Fixes #522624.  Patch by
Gert Driesen  <drieseng@users.sourceforge.net>.

svn path=/trunk/mcs/; revision=138678
mcs/class/System.Data/System.Data.Common/ChangeLog
mcs/class/System.Data/System.Data.Common/DbCommandBuilder.cs
mcs/class/System.Data/System.Data.Common/DbDataAdapter.cs