[Mono-bugs] [Bug 77861][Wis] New - Mono.Data.SqliteClient.SqliteCommand.LastInsertRowID() always returns 0 on PowerPC

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Mar 20 17:26:54 EST 2006


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 slomo at ubuntu.com.

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

--- shadow/77861	2006-03-20 17:26:54.000000000 -0500
+++ shadow/77861.tmp.25019	2006-03-20 17:26:54.000000000 -0500
@@ -0,0 +1,37 @@
+Bug#: 77861
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Data
+AssignedTo: tsenganal at novell.com                            
+ReportedBy: slomo at ubuntu.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Mono.Data.SqliteClient.SqliteCommand.LastInsertRowID() always returns 0 on PowerPC
+
+Hi,
+the attached testcase produces wrong results on ppc. The output is the
+return value of SqliteCommand.LastInsertRowID().
+On x86 the output is
+1
+2
+3
+
+On PPC the output is
+0
+0
+0
+
+Doing exactly the same in C (second attachment) yields to the same output
+on both architectures.
+
+This is mono 1.1.13.4 on Ubuntu Dapper
+
+Bye


More information about the mono-bugs mailing list