Add 0 term cached queries
Some checks are pending
analysis / Run Luau Analyze (push) Waiting to run
deploy-docs / build (push) Waiting to run
deploy-docs / Deploy (push) Blocked by required conditions
publish-npm / publish (push) Waiting to run
unit-testing / Run Luau Tests (push) Waiting to run

This commit is contained in:
Ukendio 2025-09-18 13:14:09 +02:00
parent 8ed8c2a0e0
commit 690e9ec4d7

View file

@ -1607,6 +1607,9 @@ local function query_cached(query: QueryInner)
local lastArchetype = 1 local lastArchetype = 1
local A, B, C, D, E, F, G, H, I = unpack(ids :: { Id }) local A, B, C, D, E, F, G, H, I = unpack(ids :: { Id })
if not A then
A = query.filter_with[1]
end
local a: Column, b: Column, c: Column, d: Column local a: Column, b: Column, c: Column, d: Column
local e: Column, f: Column, g: Column, h: Column local e: Column, f: Column, g: Column, h: Column