Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 306 Bytes

File metadata and controls

5 lines (4 loc) · 306 Bytes
@tanstack/db patch

Deduplicate and filter null join keys in lazy join subset queries. Previously, when multiple rows referenced the same foreign key or had null foreign keys, the full unfiltered array was passed to inArray(), producing bloated ANY() SQL params with repeated IDs and NULLs.