[Mono-bugs] [Bug 522624] SQL Data Adatper issues with NULL columns
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Jul 24 17:01:23 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=522624
User gert.driesen at pandora.be added comment
http://bugzilla.novell.com/show_bug.cgi?id=522624#c3
Gert Driesen <gert.driesen at pandora.be> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gert.driesen at pandora.be
--- Comment #3 from Gert Driesen <gert.driesen at pandora.be> 2009-07-24 15:01:22 MDT ---
I was able to reproduce it with SqlClient (got a FormatException). The problem
does not appear to be (Sql)CommandBuilder - as the update command we generate
exactly mathes MS - but with the way DbDataAdapter.Update determines whether a
given parameter is a "nullCheckParam".
I *think* it should be easy to fix on the 2.0 profile (as we have
DbParameter.SourceColumnNullMapping to determine whether it's a
"nullCheckParam"); not sure how to accomplish this on the 1.0 profile.
I'll try to have a closer look tomorrow. I also think bug #421336 may be a
duplicate of this one.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list