1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Omit all window-function related code when building with SQLITE_OMIT_WINDOWFUNC.

FossilOrigin-Name: 5f04b016467342b5a796bf702ed25b621eb86f2961c1e703d276c93f2cb6aa89
This commit is contained in:
dan
2018-06-22 20:51:35 +00:00
parent 17074e3a9e
commit 67a9b8eded
26 changed files with 202 additions and 78 deletions

View File

@ -15,6 +15,7 @@ source [file join [file dirname $argv0] pg_common.tcl]
#=========================================================================
start_test window3 "2018 May 31"
ifcapable !windowfunc
execsql_test 1.0 {
DROP TABLE IF EXISTS t2;