FILTER Clause Ignored in SQLite Window Functions with MIN/MAX and Non-Unbounded Frames
Issue Overview: FILTER Clause Ignored in MIN/MAX Window Functions with Non-Unbounded Frames The core issue revolves around the incorrect handling of the FILTER clause in SQLite when used with window functions, specifically MIN and MAX, under certain conditions. The problem manifests when the following three conditions are met: The MIN or MAX function is used…