mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Omit all window-function related code when building with SQLITE_OMIT_WINDOWFUNC.
FossilOrigin-Name: 5f04b016467342b5a796bf702ed25b621eb86f2961c1e703d276c93f2cb6aa89
This commit is contained in:
@ -131,3 +131,7 @@ proc finish_test {} {
|
||||
close $::fd
|
||||
}
|
||||
|
||||
proc ifcapable {arg} {
|
||||
puts $::fd "ifcapable $arg { finish_test ; return }"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user