[Mono-bugs] [Bug 78144][Maj] Changed -
Mono.Data.SqliteClient.SqliteCommand.LastInsertRowID() must
return long not int for sqlite3
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Apr 20 03:00:15 EDT 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=78144
--- shadow/78144 2006-04-20 02:59:11.000000000 -0400
+++ shadow/78144.tmp.12270 2006-04-20 03:00:15.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 78144
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: Sys.Data
AssignedTo: tsenganal at novell.com
ReportedBy: slomo at ubuntu.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -22,6 +22,10 @@
sqlite_int64 sqlite3_last_insert_rowid(sqlite3*);
For sqlite2 this is:
int sqlite_last_insert_rowid(sqlite*);
Bye
+
+------- Additional Comments From slomo at ubuntu.com 2006-04-20 03:00 -------
+This is btw not related to bug #77861, changing the return type of
+LastInsertRowID() to long doesn't fix that bug.
More information about the mono-bugs
mailing list