Re: [sqlite] New pre-release snapshot with performance enhancements

2017-02-08 Thread Jake Thaw
Hi Dan, I can confirm that the current snapshot works for me as expected. I was linking against sqlite-snapshot-201701170010, which predates the session enhancement. Thank you for your time. -Jake ___ sqlite-users mailing list

Re: [sqlite] New pre-release snapshot with performance enhancements

2017-02-07 Thread Dan Kennedy
On 02/07/2017 09:38 PM, Dan Kennedy wrote: On 02/07/2017 05:14 PM, Jake Thaw wrote: Hello Richard, Is the following enhancement included as part of this pre-release snapshot? - Enhance the session extension to support WITHOUT ROWID tables. The draft documentation still says that this

Re: [sqlite] New pre-release snapshot with performance enhancements

2017-02-07 Thread Dan Kennedy
On 02/07/2017 05:14 PM, Jake Thaw wrote: Hello Richard, Is the following enhancement included as part of this pre-release snapshot? - Enhance the session extension to support WITHOUT ROWID tables. The draft documentation still says that this support does not yet exist, and my test below also

Re: [sqlite] New pre-release snapshot with performance enhancements

2017-02-07 Thread Jake Thaw
Hello Richard, Is the following enhancement included as part of this pre-release snapshot? - Enhance the session extension to support WITHOUT ROWID tables. The draft documentation still says that this support does not yet exist, and my test below also demonstrates this. Please let me know if I

[sqlite] New pre-release snapshot with performance enhancements

2017-02-04 Thread Richard Hipp
There is a new pre-release snapshot of SQLite up at https://www.sqlite.org/download.html Change notes can be seen at https://www.sqlite.org/draft/releaselog/3_17_0.html The performance enhancements in the R-Tree extension are of particular significance. If you are able to test out this