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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79192 --- shadow/79192 2006-08-28 06:29:19.000000000 -0400 +++ shadow/79192.tmp.17005 2006-09-19 20:39:26.000000000 -0400 @@ -1,14 +1,14 @@ Bug#: 79192 Product: Mono: Class Libraries Version: 1.1 -OS: +OS: unknown OS Details: -Status: NEW -Resolution: -Severity: +Status: RESOLVED +Resolution: NOTABUG +Severity: Unknown Priority: Wishlist Component: Sys.Data AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -17,6 +17,12 @@ Summary: Mono SQLite client doesn't support in-memory database SQLite has a support for fast in-memory database. One just needs to call sqlite_open/sqlite3_open with a special name ":memory:". This is not supported in Mono SQLite client. + +------- Additional Comments From [EMAIL PROTECTED] 2006-09-19 20:39 ------- +In-memory databases are supported by the mono SQLite client. Here is +an example of the syntax used to open one: + +new SqliteConnection("URI=file::memory:,version=3"); _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
