SQLite

Changes On Branch exp-window-functions
Login

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

Changes In Branch exp-window-functions Excluding Merge-Ins

This is equivalent to a diff from fea7ade6 to 763e6c9e

2018-06-30
20:15
Merge implementation of SQL window functions from the exp-window-functions into trunk. (check-in: 17198a12 user: dan tags: trunk)
20:00
Fix a minor problem in the code for determining whether or not an SQL statement is SQLITE_TOOBIG. (Closed-Leaf check-in: 763e6c9e user: dan tags: exp-window-functions)
19:12
Merge all changes from the weak-fallback branch except those related to the weak-fallback feature itself. (check-in: aad718fb user: dan tags: exp-window-functions)
2018-06-26
20:19
Merge latest trunk changes. (check-in: d9f814b4 user: dan tags: exp-window-functions)
2018-06-21
23:53
Improved context for error_log message coming from sqlite3_prepare(). (check-in: fea7ade6 user: drh tags: trunk)
23:43
Improved context for error_log message coming from sqlite3_prepare(). (Leaf check-in: 64df1189 user: drh tags: ieee754)
2018-06-19
11:15
Minor change to the input grammar to make the parser tables slightly smaller. (check-in: 320fa69e user: drh tags: trunk)

Changes to Makefile.in.

Changes to Makefile.msc.

Changes to main.mk.

Changes to src/alter.c.

Changes to src/analyze.c.

Changes to src/attach.c.

Changes to src/btree.c.

Changes to src/btree.h.

Changes to src/expr.c.

Changes to src/func.c.

Changes to src/main.c.

Changes to src/parse.y.

Changes to src/resolve.c.

Changes to src/select.c.

Changes to src/sqlite.h.in.

Changes to src/sqliteInt.h.

Changes to src/test1.c.

Changes to src/test_config.c.

Changes to src/test_tclsh.c.

Added src/test_window.c.

Changes to src/tokenize.c.

Changes to src/vdbe.c.

Changes to src/vdbe.h.

Changes to src/vdbeInt.h.

Changes to src/vdbeapi.c.

Changes to src/vdbemem.c.

Changes to src/walker.c.

Added src/window.c.

Changes to test/permutations.test.

Added test/pg_common.tcl.

Added test/window1.test.

Added test/window2.tcl.

Added test/window2.test.

Added test/window3.tcl.

Added test/window3.test.

Added test/window4.tcl.

Added test/window4.test.

Added test/window5.test.

Added test/window6.test.

Added test/windowfault.test.

Changes to tool/lempar.c.

Changes to tool/mkkeywordhash.c.

Changes to tool/mksqlite3c-noext.tcl.

Changes to tool/mksqlite3c.tcl.