[Mono-bugs] [Bug 75121][Nor] Changed - [PATCH] DataSet xml schema does not reflect AutoIncrementSeed value for AutoIncrement columns

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jun 2 10:40:13 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by george.barbarosie at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=75121

--- shadow/75121	2005-06-02 10:38:03.000000000 -0400
+++ shadow/75121.tmp.11148	2005-06-02 10:40:13.000000000 -0400
@@ -1,23 +1,23 @@
 Bug#: 75121
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Sys.Data
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: george.barbarosie at gmail.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: DataSet xml schema does not reflect AutoIncrementSeed value for AutoIncrement columns
+Summary: [PATCH] DataSet xml schema does not reflect AutoIncrementSeed value for AutoIncrement columns
 
 On mcs from svn trunk (tested on rev45324), in XML Schema for datasets
 autoincrement column elements don't have the msdata:AutoIncrementStep
 attribute set. 
 
 Sample code:
@@ -103,6 +103,10 @@
 </xs:schema>
 
 ------- Additional Comments From george.barbarosie at gmail.com  2005-06-02 10:38 -------
 Created an attachment (id=15252)
 proposed fix
 
+
+------- Additional Comments From george.barbarosie at gmail.com  2005-06-02 10:40 -------
+The patch I've attached also fixes schema loading; the XmlSchemaMapper
+was not reading the AutoIncrementSeed attribute either.


More information about the mono-bugs mailing list