Re: [sqlite] SQLite.Interop.dll

2017-02-23 Thread Barry Smith
Oh, I do remember having this issue before. I think the cause is this: Visual studio attempts to trace which dlls are required for each project. Then if project A is dependent on project B, visual studio will copy what it thinks is all the required dlls for both projects into project A's

Re: [sqlite] SQLite.Interop.dll

2017-02-23 Thread Clyde Eisenbeis
--- About two years ago, I downloaded and installed SQLite. I don't recall the details, but it was a program that installed SQLite. I ended up with files such as EntityFramework.dll, EntityFramework.SqlServer.dll, System.Data.SQLite.dll, etc. This required "using

Re: [sqlite] System.data.SQLite documentation

2017-02-23 Thread Graham Holden
I've seen those symptoms with other CHM files if they're on a network share. If that's the case for you, try copying to a local drive. Graham Sent from my Samsung Galaxy S7 - powered by Three Original message From: Mickey Feldman Date: 23/02/2017 12:45

Re: [sqlite] System.data.SQLite documentation

2017-02-23 Thread Drago, William @ CSG - NARDA-MITEQ
> -Original Message- > From: sqlite-users [mailto:sqlite-users-boun...@mailinglists.sqlite.org] On > Behalf Of Mickey Feldman > Sent: Thursday, February 23, 2017 7:46 AM > To: sqlite-users@mailinglists.sqlite.org > Subject: [sqlite] System.data.SQLite documentation > > I am not able to

[sqlite] System.data.SQLite documentation

2017-02-23 Thread Mickey Feldman
I am not able to read SQLite.NET.chm, I see only the left hand panel, but not the expanded contents. Is this a known issue, or perhaps an issue with Windows 7? Is this documentation available anywhere else or in some other format? -- M. Feldman --- Vigil Health

Re: [sqlite] Segfault when inserting ascii text longer than max_length using python-Django

2017-02-23 Thread SASSOULAS Pierre 250112
Hi, I encountered this segfault problem again and changed the django's database backend from sqlite3 to postgresql. Some errors started to show because of database constraints for maximum length of a string being checked and enforced by postrgresql (for example : "DataError: value too long for