Re: [sqlite] Lots of enhancements coming to version 3.24.0 - please test

2018-05-16 Thread Seiji Amalai
Hey On Wed, 9 May 2018, 13:12 Seiji Amalai, wrote: > Nonono lol > > On Tue, 8 May 2018, 15:42 Richard Hipp, wrote: > >> There are a lot of important changes in the SQLite code base since the >> previous release. See >> https://www.sqlite.org/draft/releaselog/current.html for the latest >> summ

Re: [sqlite] Lots of enhancements coming to version 3.24.0 - please test

2018-05-09 Thread Seiji Amalai
Nonono lol On Tue, 8 May 2018, 15:42 Richard Hipp, wrote: > There are a lot of important changes in the SQLite code base since the > previous release. See > https://www.sqlite.org/draft/releaselog/current.html for the latest > summary. > > All of our legacy tests pass and many new test cases ha

Re: [sqlite] Lots of enhancements coming to version 3.24.0 - please test

2018-05-09 Thread Dominique Pellé
Richard Hipp wrote: > There are a lot of important changes in the SQLite code base since the > previous release. See > https://www.sqlite.org/draft/releaselog/current.html for the latest > summary. Some corrections in the draft doc: In https://www.sqlite.org/draft/releaselog/current.html "[..

Re: [sqlite] Lots of enhancements coming to version 3.24.0 - please test

2018-05-08 Thread David Raymond
of SQLite Database Subject: [sqlite] Lots of enhancements coming to version 3.24.0 - please test There are a lot of important changes in the SQLite code base since the previous release. See https://www.sqlite.org/draft/releaselog/current.html for the latest summary. All of our legacy tests pas

Re: [sqlite] Lots of enhancements coming to version 3.24.0 - please test

2018-05-08 Thread Don V Nielsen
Two thumbs up, Dan. Thanks for the clarification. On Tue, May 8, 2018 at 11:11 AM, Dan Kennedy wrote: > On 05/08/2018 11:04 PM, Don V Nielsen wrote: > >> " UPDATE avoids writing >>> >> database pages that do not actually change. For example, "UPDAT

Re: [sqlite] Lots of enhancements coming to version 3.24.0 - please test

2018-05-08 Thread Dan Kennedy
On 05/08/2018 11:04 PM, Don V Nielsen wrote: " UPDATE avoids writing database pages that do not actually change. For example, "UPDATE t1 SET x=25 WHERE y=?" becomes a no-op if the value in column x is already 25." I have a ridiculous assertion con

Re: [sqlite] Lots of enhancements coming to version 3.24.0 - please test

2018-05-08 Thread Don V Nielsen
> " UPDATE avoids writing database pages that do not actually change. For example, "UPDATE t1 SET x=25 WHERE y=?" becomes a no-op if the value in column x is already 25." I have a ridiculous assertion concerning this, but please here me out. Given r

[sqlite] Lots of enhancements coming to version 3.24.0 - please test

2018-05-08 Thread Richard Hipp
There are a lot of important changes in the SQLite code base since the previous release. See https://www.sqlite.org/draft/releaselog/current.html for the latest summary. All of our legacy tests pass and many new test cases have been added. Nevertheless, your testing of SQLite in real-world applic