SQLite

Check-in [83d6416a86]
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 | exp-window-functions
Files: files | file ages | folders
SHA3-256: 83d6416a868fac81a78c9507185a48d00920e4322276245e285946f760915f4a
User & Date: dan 2018-06-04 08:28:18.148
Context
2018-06-04
18:55
Add implementation of window function ntile(). (check-in: 3f093f608c user: dan tags: exp-window-functions)
08:28
Merge latest trunk changes into this branch. (check-in: 83d6416a86 user: dan tags: exp-window-functions)
08:22
Add support for window function cume_dist(). Improve tests for percent_rank(). (check-in: 76543f7dd3 user: dan tags: exp-window-functions)
2018-06-02
19:14
Avoid using a misaligned pointer. (check-in: 1ecb3aa13d user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to autoconf/Makefile.am.
Added autoconf/Makefile.fallback.
Changes to ext/expert/expert1.test.
Changes to ext/expert/sqlite3expert.c.
Changes to ext/misc/csv.c.
Changes to src/auth.c.
Changes to src/btree.c.
Changes to src/build.c.
Changes to src/callback.c.
Changes to src/expr.c.
Changes to src/fkey.c.
Changes to src/insert.c.
Changes to src/main.c.
Changes to src/os_unix.c.
Changes to src/parse.y.
Changes to src/printf.c.
Changes to src/resolve.c.
Changes to src/select.c.
Changes to src/shell.c.in.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/upsert.c.
Changes to src/vdbe.c.
Changes to src/vdbe.h.
Changes to src/vdbeInt.h.
Changes to src/vdbeapi.c.
Changes to src/vdbeaux.c.
Changes to src/vdbemem.c.
Changes to src/vtab.c.
Changes to test/autoinc.test.
Changes to test/csv01.test.
Changes to test/e_fkey.test.
Changes to test/malloc5.test.
Changes to test/misc7.test.
Changes to test/oserror.test.
Changes to test/resetdb.test.
Changes to tool/mkopcodeh.tcl.