Re: [sqlite] How to customize "Bytes of unused 'reserved' spaceat the end of each page" ?

2016-08-17 Thread Richard Hipp
On 8/17/16, sanhua.zh wrote: > sqlite3_test_control() is an interface for testing. Is it safe to use it in > released product? It is "safe" if you statically link against a version of SQLite that supports the behavior you want. It is not safe if you try to use whatever DLL/shared-library happens

Re: [sqlite] How to customize "Bytes of unused 'reserved' spaceat the end of each page" ?

2016-08-17 Thread Clemens Ladisch
sanhua.zh wrote: > sqlite3_test_control() is an interface for testing. Is it safe to use it in > released product? This question does not make sense. You need to modify your copy of the SQLite library to actually do something with the reserved bytes, so you have complete control over setting SQL

Re: [sqlite] How to customize "Bytes of unused 'reserved' spaceat the end of each page" ?

2016-08-16 Thread sanhua.zh
sqlite3_test_control() is an interface for testing. Is it safe to use it in released product? 原始邮件 发件人:Clemens ladischclem...@ladisch.de 收件人:sqlite-userssqlite-us...@mailinglists.sqlite.org 发送时间:2016年8月16日(周二) 18:09 主题:Re: [sqlite] How to customize "Bytes of unused 'reserved' spa