[Mono-bugs] [Bug 650398] Nested relation FKs not populated correctly on xml deserialization, with ColumnMapping=MappingType.Hidden

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Oct 31 18:19:37 EDT 2010


https://bugzilla.novell.com/show_bug.cgi?id=650398

https://bugzilla.novell.com/show_bug.cgi?id=650398#c1


--- Comment #1 from Clinton Volzke <cvolzke at live.com.au> 2010-10-31 22:19:35 UTC ---
Correction on that fix:

XmlDataReader.Process
---------------------
:
:
    else
        ReadTopLevelElement ();
        nestedFKSetters.Reverse();
        foreach (Action action in nestedFKSetters)  // LINE ADDED
            action();                               // LINE ADDED
    } finally {
        dataset.EnforceConstraints = 
             savedEnforceConstraints;
    }
:
:

-- 
Configure bugmail: https://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