Re: [sqlite] SQLite version 3.8.5 beta

2014-06-06 Thread Török Edwin
On 05/27/2014 01:49 PM, Török Edwin wrote: > On 05/27/2014 01:40 PM, Richard Hipp wrote: >>> SQLite 3.8.4.3 still has the SQLITE_PROTOCOL bug with WAL databases [1], >>> and I don't see anything about that in the changes list. >>> Is it still a know bug in 3.8.5? >>> >>> I'm confused on whats the

Re: [sqlite] SQLite version 3.8.5 beta

2014-05-27 Thread Keith Medcalf
>If you are interested to try an sqlite3.dll built by the latest >MinGW (version 4.0.3), you can have a look here: I believe the latest MinGW gcc version is gcc version 4.8.1 (GCC) ___ sqlite-users mailing list sqlite-users@sqlite.org

Re: [sqlite] SQLite version 3.8.5 beta

2014-05-27 Thread jose isaias cabrera
"Jan Nijtmans" wrote... 2014-05-27 5:57 GMT+02:00 jose isaias cabrera : "Richard Hipp" wrote... Please report any problems to this mailing list and/or directly to me. I am having problem using the pre-built DLL:

Re: [sqlite] SQLite version 3.8.5 beta

2014-05-27 Thread jose isaias cabrera
"Richard Hipp" wrote... On Tue, May 27, 2014 at 10:39 AM, jose isaias cabrera : "Richard Hipp" wrote... Please report any problems to this mailing list

Re: [sqlite] SQLite version 3.8.5 beta

2014-05-27 Thread Richard Hipp
On Tue, May 27, 2014 at 10:39 AM, jose isaias cabrera wrote: > "Jan Nijtmans" wrote... > > > 2014-05-27 5:57 GMT+02:00 jose isaias cabrera : >> >>> "Richard Hipp" wrote... >>> >> >> >>> Please report any problems to this mailing list and/or

Re: [sqlite] SQLite version 3.8.5 beta

2014-05-27 Thread jose isaias cabrera
"Jan Nijtmans" wrote... 2014-05-27 5:57 GMT+02:00 jose isaias cabrera : "Richard Hipp" wrote... Please report any problems to this mailing list and/or directly to me. I am having problem using the pre-built DLL:

Re: [sqlite] SQLite version 3.8.5 beta

2014-05-27 Thread Jan Nijtmans
2014-05-27 1:24 GMT+02:00 Richard Hipp : > Please report any problems to this mailing list and/or directly to me. $ gcc -DSQLITE_USE_FCNTL_TRACE -c sqlite3.c sqlite3.c: In function ‘sqlite3VdbeExec’: sqlite3.c:73742:37: error: expected expression before ‘==’ token if(

Re: [sqlite] SQLite version 3.8.5 beta

2014-05-27 Thread Török Edwin
On 05/27/2014 01:40 PM, Richard Hipp wrote: > On Tue, May 27, 2014 at 4:18 AM, Török Edwin wrote: > >> On 05/27/2014 02:24 AM, Richard Hipp wrote: >>> Please download beta snapshots of SQLite 3.8.5 from >>> http://www.sqlite.org/download.html and test them in your

Re: [sqlite] SQLite version 3.8.5 beta

2014-05-27 Thread Richard Hipp
On Tue, May 27, 2014 at 4:18 AM, Török Edwin wrote: > On 05/27/2014 02:24 AM, Richard Hipp wrote: > > Please download beta snapshots of SQLite 3.8.5 from > > http://www.sqlite.org/download.html and test them in your applications. > We > > hope to release SQLite version

Re: [sqlite] SQLite version 3.8.5 beta

2014-05-27 Thread Filip Navara
Visual Studio 2013 Update 1 and newer allows explicitly to target Windows XP, but it has to be compiled with correct runtime library. Best regards, Filip Navara On Tue, May 27, 2014 at 11:33 AM, Jan Nijtmans wrote: > 2014-05-27 5:57 GMT+02:00 jose isaias cabrera

Re: [sqlite] SQLite version 3.8.5 beta

2014-05-27 Thread Jan Nijtmans
2014-05-27 5:57 GMT+02:00 jose isaias cabrera : > "Richard Hipp" wrote... >> Please report any problems to this mailing list and/or directly to me. > I am having problem using the pre-built DLL: > http://www.sqlite.org/snapshot/sqlite-dll-win32-x86-201405262205.zip > >

Re: [sqlite] SQLite version 3.8.5 beta

2014-05-27 Thread Török Edwin
On 05/27/2014 02:24 AM, Richard Hipp wrote: > Please download beta snapshots of SQLite 3.8.5 from > http://www.sqlite.org/download.html and test them in your applications. We > hope to release SQLite version 3.8.5 within the next few weeks. > > See

Re: [sqlite] SQLite version 3.8.5 beta

2014-05-26 Thread jose isaias cabrera
"Richard Hipp" wrote... Please download beta snapshots of SQLite 3.8.5 from http://www.sqlite.org/download.html and test them in your applications. We hope to release SQLite version 3.8.5 within the next few weeks. See http://www.sqlite.org/draft/releaselog/3_8_5.html for the current list

[sqlite] SQLite version 3.8.5 beta

2014-05-26 Thread Richard Hipp
Please download beta snapshots of SQLite 3.8.5 from http://www.sqlite.org/download.html and test them in your applications. We hope to release SQLite version 3.8.5 within the next few weeks. See http://www.sqlite.org/draft/releaselog/3_8_5.html for the current list of changes in 3.8.5. Please