Re: [sqlite] sqlite port to android

2013-04-12 Thread Richard Allen
Or do you mean a sqlite console app?
On Apr 12, 2013 7:05 AM, "wookhee"  wrote:

> hi,
> I need some your help.
> I want to port a customized sqlite to android.
> How can I port it?
>
>
>
> --
> View this message in context:
> http://sqlite.1065341.n5.nabble.com/sqlite-port-to-android-tp68185.html
> Sent from the SQLite mailing list archive at Nabble.com.
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] Suggestion for cache_size pragma documentation

2013-03-02 Thread Richard Allen
Regarding the 'cache_size' pragma
documentation@http://www.sqlite.org/pragma.html -

Could a note be added stating the version number(3.7.10) where a negative
cache_size began to mean a number of kByte instead of a number of
pages? In earlier versions, a negative cache_size was interpreted as
number of pages, and if your page size was large sqlite would use
more memory than expected.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users