[sqlite] EF6 Issue (2)

2014-04-27 Thread Matthijs ter Woord
So, after some debugging, I found a way to attach to a given database by code. See the sample project at http://www.terwoord.nl/SQLiteEF6Test.zip The project starts with retrieving a temporary file. It then saves a sample entity MyMessageObj. Next it retrieves it in a new DbContext. In a nested Db

Re: [sqlite] WP8 compiled version

2014-04-27 Thread mm.w
Hello, not on win phone, for the other questions: yes never used Xamarin, as far I can see that's a mono based toolchain, I don't do C# Best On Sun, Apr 27, 2014 at 11:19 AM, Vadim Kantorov wrote: > Hello, > > I'm a newbie for SQLite. I am considering SQLite as the full-text > search solution

[sqlite] WP8 compiled version

2014-04-27 Thread Vadim Kantorov
Hello, I'm a newbie for SQLite. I am considering SQLite as the full-text search solution for a mobile application (WP8, Android, iOS using Xamarin). As far as I got, a manual rebuilding of SQLite is needed for all three platforms to support FTS4. Is it correct? Has anyone tried to do so for all t

Re: [sqlite] Entity Framewoork 6 and Connection String question

2014-04-27 Thread Simon Slavin
On 27 Apr 2014, at 1:21pm, Matthijs ter Woord wrote: > I'm trying to have my DbContext connect to a sqlite database specified by > the end user. > The end user is given a File Open dialog, and then the application should > connect to it. > > The DbContext has a constructor taking a connection

[sqlite] Entity Framewoork 6 and Connection String question

2014-04-27 Thread Matthijs ter Woord
Hi, I'm trying to have my DbContext connect to a sqlite database specified by the end user. The end user is given a File Open dialog, and then the application should connect to it. The DbContext has a constructor taking a connection string, but I cannot get it to work. Is this a situation that's

Re: [sqlite] Regression in sqlite-3.8.4 - sqlite crashes when nautilus queries DIST results

2014-04-27 Thread Honza Horak
On 04/25/2014 02:32 PM, Richard Hipp wrote: On Fri, Apr 25, 2014 at 4:54 AM, Honza Horak mailto:hho...@redhat.com>> wrote: Hi guys, in Fedora we got plenty of crash reports from users running strictly 32bit arch build of sqlite-3.8.4 or later [1]. The problem can be reproduce

Re: [sqlite] Provider not showing up in .Net Model import wizard

2014-04-27 Thread Joachim K.
You need to download and install the proper version. This one from the download page works fine for me: sqlite-netFx451-setup-bundle-x86-2013-1.0.92.0.exe Joachim On Fri, Apr 25, 2014 at 12:27 AM, Sean McBride wrote: > Thanks for your reply Joe! > > I think I am just not getting across exactly