SQLite

Check-in [86ab963cc5]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Merge latest trunk changes into this branch.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | filter-clause
Files: files | file ages | folders
SHA3-256: 86ab963cc5743867e0535b78a5776e18c13835aa44bf2009f77642df8407cb3f
User & Date: dan 2019-07-13 09:56:56.654
Context
2019-07-13
16:22
Rework the FILTER clause implementation to share more code with window functions. (Leaf check-in: 5dac8c38df user: dan tags: filter-clause)
09:56
Merge latest trunk changes into this branch. (check-in: 86ab963cc5 user: dan tags: filter-clause)
09:55
Trivial performance improvement for balance(). (check-in: c7920f5569 user: dan tags: filter-clause)
2019-07-11
19:50
Improved comments and extra testcase() macros on the serial-type computation logic in the OP_MakeRecord opcode. (check-in: 18bfb2179c user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to VERSION.
Changes to configure.
Changes to ext/fts3/fts3_write.c.
Changes to ext/rtree/rtree.c.
Changes to src/build.c.
Changes to src/main.c.
Changes to src/pcache1.c.
Changes to src/select.c.
Changes to src/sqlite.h.in.
Changes to src/test_devsym.c.
Changes to src/vdbe.c.
Changes to src/vdbeInt.h.
Changes to src/vdbeaux.c.
Changes to src/vdbemem.c.
Changes to src/window.c.
Changes to test/dbfuzz2.c.
Changes to test/permutations.test.
Changes to test/quote.test.
Changes to test/releasetest.tcl.
Changes to test/releasetest_data.tcl.
Changes to test/wapptest.tcl.
Added test/window9.test.
Changes to test/windowfault.test.