Re: [Mono-dev] DataSet.Merge() fix wrt DataRelation createConstraints

2008-06-19 Thread Nagappan A
Hi eno, On Thu, Jun 19, 2008 at 9:20 AM, Atsushi Eno <[EMAIL PROTECTED]> wrote: > It is false when its constructor was called with createConstraints > argument as explicitly false (initializing true affects on those > constructors that do not have corresponding parameter). > If I set it always tr

Re: [Mono-dev] DataSet.Merge() fix wrt DataRelation createConstraints

2008-06-19 Thread Atsushi Eno
Hi, Nagappan A wrote: > Hi eno, > > Good to go :) Thanks :) > I have one question here. Now the createConstraints in DataRelation is > always going to be true ? It is false when its constructor was called with createConstraints argument as explicitly false (initializing true affects on those

Re: [Mono-dev] DataSet.Merge() fix wrt DataRelation createConstraints

2008-06-19 Thread Nagappan A
Hi eno, Good to go :) I have one question here. Now the createConstraints in DataRelation is always going to be true ? Thanks Nagappan 2008/6/19 Atsushi Eno <[EMAIL PROTECTED]>: > Hi, > > This time the patch is about DataSet.Merge(). It fixes the final > nunit test failure. DataTableReadWriteX

[Mono-dev] DataSet.Merge() fix wrt DataRelation createConstraints

2008-06-19 Thread Atsushi Eno
Hi, This time the patch is about DataSet.Merge(). It fixes the final nunit test failure. DataTableReadWriteXmlTest.TestReadXml, the failing test, exposes failure in DataTable.Read(), but it is actually about DataSet.Merge() which is used in the method above. It should not create DataRelation with