Re: [sqlite] SQLite Version 3.7.1

2010-08-23 Thread Richard Hipp
On Mon, Aug 23, 2010 at 5:50 AM, Alexey Pechnikov wrote: > Richard, how to set the default value for SQLITE_FCNTL_CHUNK_SIZE? And > is it possible to change this from sqlite3 shell and from tcl > interface? > > There is no way to set the default value - the value must be set anew with each connect

Re: [sqlite] SQLite Version 3.7.1

2010-08-23 Thread Alexey Pechnikov
Richard, how to set the default value for SQLITE_FCNTL_CHUNK_SIZE? And is it possible to change this from sqlite3 shell and from tcl interface? -- Best regards, Alexey Pechnikov. http://pechnikov.tel/ ___ sqlite-users mailing list sqlite-users@sqlite.or

[sqlite] SQLite Version 3.7.1

2010-08-22 Thread Richard Hipp
SQLite version 3.7.1 is now available on the SQLite website: http://www.sqlite.org/ Version 3.7.1 features improved memory usage reporting abilities, improved index utilization on LIKE and GLOB operators, an increase in the maximum database page size to 64KiB, and a new sqlite3_file_control() inte