[Mono-bugs] [Bug 76110][Nor] Changed - Database actions fail when
table is in "pub.TableName" schema
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Sep 20 12:54:04 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 tsureshkumar at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76110
--- shadow/76110 2005-09-20 12:50:51.000000000 -0400
+++ shadow/76110.tmp.26345 2005-09-20 12:54:04.000000000 -0400
@@ -1,12 +1,12 @@
Bug#: 76110
Product: Mono: Class Libraries
Version: 1.1
OS: Red Hat 7.1
OS Details: Fedora Core 3
-Status: NEW
+Status: NEEDINFO
Resolution:
Severity: Unknown
Priority: Normal
Component: Sys.Data
AssignedTo: tsureshkumar at novell.com
ReportedBy: spek at impaq.com.pl
@@ -51,6 +51,31 @@
Additional Information:
Without 'pub.' prefix in table name the resuls are correct. So when I
performing db actions on table when access is directly results are OK.
------- Additional Comments From tsureshkumar at novell.com 2005-09-20 11:21 -------
*** Bug 76164 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From tsureshkumar at novell.com 2005-09-20 12:54 -------
+I could not reproduce this. I used sybase ASE with the following schema
+
+create schema authorization pub
+CREATE TABLE EdTableName (
+ StoreKey int NOT NULL ,
+ BatchNo int NOT NULL ,
+ RecordType smallint NOT NULL,
+ RealField real
+)
+
+
+and I tested with 20000 rows.
+
+
+I need more info to fix if any bugs like
+
+* database used
+* odbc driver
+* mono version
+* complete DDL command (create schema)
+* table data
+
+and the actual results ( not like "it varies").
More information about the mono-bugs
mailing list