[Mono-bugs] [Bug 582732] DataSet method WriteXml fails when DataColumn has extended properties and MaxLength property is set. ReadXml does not read extended properties also.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Feb 24 10:20:10 EST 2010


http://bugzilla.novell.com/show_bug.cgi?id=582732

http://bugzilla.novell.com/show_bug.cgi?id=582732#c1


--- Comment #1 from Jeffrey Alvarez <kuritsu at gmail.com> 2010-02-24 15:20:09 UTC ---
Created an attachment (id=344482)
 --> (http://bugzilla.novell.com/attachment.cgi?id=344482)
This is the patch to solve the bug.

XmlSchemaDataImporter and XmlSchemaWriter are the classes that DataSet uses to
read and write to an XML. These ones are fixed to solve the bug. I also include
changes in DataColumn, since the Clone method doesn't clone the
ExtendedProperties.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list