Fix another problem in lead()/lag(). And some errors that could occur
commit1b2ecbdd49ae5933f921bf18c2d4f0f7acd2f5a6
authorDan Kennedy <danielk1977@gmail.com>
Fri, 15 Jun 2018 19:01:35 +0000 (15 19:01 +0000)
committerDan Kennedy <danielk1977@gmail.com>
Fri, 15 Jun 2018 19:01:35 +0000 (15 19:01 +0000)
treee10a45225c89f3676057bef83e4dcff0a77ed22b
parent4482e0eabe094ed3ce3cc0e8755b2455e51b33db
Fix another problem in lead()/lag(). And some errors that could occur
following OOM faults.
src/parse.y
src/window.c
test/window4.tcl
test/window4.test
test/windowfault.test [new file with mode: 0644]