http://bugzilla.novell.com/show_bug.cgi?id=567903
http://bugzilla.novell.com/show_bug.cgi?id=567903#c2 Marek Habersack <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |WONTFIX Severity|Critical |Minor --- Comment #2 from Marek Habersack <[email protected]> 2010-01-04 20:21:03 CET --- SqliteConnection.LastInsertRowId is gone from 2.6+ version of Mono.Data.Sqlite. If you need it, link your application against Mono.Data.SqliteClient (but beware it is deprecated). Current Mono.Data.Sqlite version is a port of http://sqlite.phxsoftware.com/ with the minimum set of changes. -- Configure bugmail: http://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
