[Mono-bugs] [Bug 79192][Wis] Changed - Mono SQLite client doesn't support in-memory database

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Sep 19 20:39:26 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 bugzilla at patearl.net.

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: tsenganal at novell.com                            
 ReportedBy: sanxiyn at gmail.com               
 QAContact: mono-bugs at ximian.com
 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 bugzilla at patearl.net  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");


More information about the mono-bugs mailing list