[Mono-bugs] [Bug 65764][Nor] Changed - mcs does not handle interfaces that indirectly extend other interface
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 3 Oct 2004 11:41:00 -0400 (EDT)
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 vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=65764
--- shadow/65764 2004-10-03 11:40:03.000000000 -0400
+++ shadow/65764.tmp.19684 2004-10-03 11:41:00.000000000 -0400
@@ -148,6 +148,25 @@
------- Additional Comments From vargaz@gmail.com 2004-10-03 11:40 -------
Created an attachment (id=11841)
fixed fix.
+
+------- Additional Comments From vargaz@gmail.com 2004-10-03 11:41 -------
+The attached patch fixes this bug, but breaks class libs compilation:
+
+make[1]: Entering directory
+`/home/zovarga/mono-cvs/mcs/class/Mono.Data.SqliteClient'
+MONO_PATH="../../class/lib/default:$MONO_PATH" mono ../../mcs/mcs.exe
+ -d:NET_1_1 -d:ONLY_1_1 -g /noconfig /unsafe /r:System.dll
+/r:System.Data.dll /target:library
+/out:../../class/lib/default/Mono.Data.SqliteClient.dll
+@Mono.Data.SqliteClient.dll.sources
+Mono.Data.SqliteClient/SqliteDataAdapter.cs(43) error CS0535:
+'Mono.Data.SqliteClient.SqliteDataAdapter' does not implement
+interface member 'System.Data.IDataAdapter.TableMappings'
+Compilation failed: 1 error(s), 0 warnings
+make[1]: *** [../../class/lib/default/Mono.Data.SqliteClient.dll] Error 1
+make[1]: Leaving directory
+`/home/zovarga/mono-cvs/mcs/class/Mono.Data.SqliteClient'
+