Re: [sqlite] Crashes in sqlite3RunParser

2011-10-01 Thread Dan Kennedy
On 10/01/2011 07:20 PM, Matthew Wild wrote: Hi, We support SQLite for data storage in Prosody, an XMPP server. Recently someone reported a number of crashes happening in SQLite on their server: http://prosody.im/bugs/269 The first 2 crashes both happen on the same line:

Re: [sqlite] System.Data.SQLite - is 1.0.74 or 1.0.75 the currentversion?

2011-10-01 Thread Joe Mistachkin
Wamiduku wrote: > > Is this a typo somewhere, or does it mean that Nuget now is the preferred way > of distributing new Data.SQLite versions? > There is no typo. The current release version is 1.0.74.0. The NuGet package is using the latest unreleased bits from trunk and is technically

Re: [sqlite] Problems building/running SQLite test.exe with ICU enabled

2011-10-01 Thread Alexey Pechnikov
Yes, on linux host I have a lot of problems in SQLite tests with ICU enabled. 2011/9/30 Marc Henrickson : > I have downloaded the SQLite source code (sqlite-netFx-source-1.0.74.0) as > well as the latest ICU libraries (icu4c-4_8-Win32-msvc10).  I then build the

Re: [sqlite] How Do i use sqlite3 log?

2011-10-01 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/01/2011 02:35 AM, ??? wrote: > How Do i use sqlite3 log? i want to check my pro. thanks Which bit of the of the documentation page needs to be improved? http://www.sqlite.org/c3ref/log.html Roger -BEGIN PGP SIGNATURE- Version: GnuPG

[sqlite] System.Data.SQLite - is 1.0.74 or 1.0.75 the current version?

2011-10-01 Thread Wamiduku
There seemes to be some confusion of the version numbers of System.Data.SQLite. At Nuget, the version number says 1.0.75, whereas the http://system.data.sqlite.org/ page says 1.0.74. Is this a typo somewhere, or does it mean that Nuget now is the preferred way of distributing new Data.SQLite

Re: [sqlite] Internal v. External BLOBs

2011-10-01 Thread Petite Abeille
On Oct 1, 2011, at 2:09 AM, Simon Slavin wrote: >> Thanks for sharing. What about insert time (i.e. insert blob vs. write file)? > > This would be far more dependent on your combination of operating system and > file system. Reading a file is pretty-much the same on everything. Creating > a

[sqlite] Storing and Retreiving Image in Blob

2011-10-01 Thread Madhan Kumar
Hello, Can you send me the code(C#-windows) for storing and retreiving an Jpg image in sqlite (blob). My retreive code works fine in oracle database, but not in sqlite db. It gives an error as shown below. Thanks byte[] byteData = new byte[0]; byteData =

Re: [sqlite] Foreign key mismatch Error

2011-10-01 Thread Madhan Kumar
Thank you all for your Reply.. I figured out the problem.. I added constraint for the Primary Key in Employee Table, then it got solved. I have missed to add constraint,, and it was the issue. On Wed, Sep 28, 2011 at 1:41 AM, Kees Nuyt wrote: > On Tue, 27 Sep 2011

[sqlite] Crashes in sqlite3RunParser

2011-10-01 Thread Matthew Wild
Hi, We support SQLite for data storage in Prosody, an XMPP server. Recently someone reported a number of crashes happening in SQLite on their server: http://prosody.im/bugs/269 The first 2 crashes both happen on the same line: pParse->pZombieTab = p->pNextZombie; The code that assigns

[sqlite] How Do i use sqlite3 log?

2011-10-01 Thread 张一帆
How Do i use sqlite3 log? i want to check my pro. thanks ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users