https://bugzilla.novell.com/show_bug.cgi?id=324418
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=324418#c2 --- Comment #2 from Eric Zeltmann <[EMAIL PROTECTED]> 2008-08-30 12:34:13 MDT --- Created an attachment (id=236436) --> (https://bugzilla.novell.com/attachment.cgi?id=236436) Proposed Patch - Added property LastInsertRowIdAsLong This proposed patch implements a new property in the Mono.Data.Sqlite.SqliteConnection class which returns the last insert row id as a long. This is done as an additional property as to not conflict with the int property of a similar name. There is no test case done for this patch, since there did not exist a previous test case for LastInsertRowId. It is also a very simple piece of code. This is my first patch to be contributed to the Mono project (so I hope I'm doing this right ;-) ). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
