Re: [sqlite] SQLite4 release date and how to compile on windows platform

2013-10-09 Thread Zarian Waheed
Thanks Gabriel. That answers my question.

Thanks,
Zarian.

Sent from Yahoo! Mail on Android

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLite4 release date and how to compile on windows platform

2013-10-06 Thread Gabriel Corneanu

Simon,
I have asked several times similar questions, and got similar replies.
This answer is simply NOT correct.
While I understand nobody wants to commit to a release/stable version, I 
really wanted to evaluate how it fits my needs.

Therefore I took some time to understand how could I compile it.
I found the unpleasant truth: at this time (ok, a few weeks ago) Windows 
is not supported at all.
The file lsm_unix.c is not ported to Windows (contains low level file 
access, shared memory, memory mapped files, etc).


Regards,
Gabriel
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLite4 release date and how to compile on windows platform

2013-10-04 Thread Simon Slavin

On 4 Oct 2013, at 6:44am, Zarian Waheed  wrote:

> Does anyone know if any release date has been announced for SQLite4?

We do know that it hasn't.

> Secondly where can I find the instructions to compile SQLite4 on windows 
> platform.

The instructions aren't that different to those for SQLite3.  And it is in such 
an early stage of development that if you can't figure out how to compile it, 
you probably shouldn't be using it.

Seriously, if you are actually writing a program you need to work correctly, 
you should be using SQLite3, which lots of people understand and has billions 
of installations.  SQLite4 is still in the experimental phase.

Simon.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] SQLite4 release date and how to compile on windows platform

2013-10-03 Thread Zarian Waheed
Does anyone know if any release date has been announced for SQLite4?
Secondly where can I find the instructions to compile SQLite4 on windows 
platform.

Thanks.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users