not sure if it'll help, but sqlite doesn't have varchar nor decimal, its TEXT, and REAL
not sure if it'll help, but sqlite doesn't have varchar nor decimal, its TEXT, and REAL
Error: D1_ERROR: too many SQL variables at offset 484



const data = await db.query.projects.findMany({
limit: PAGE_LIMIT,
where: inArray(
girls.id,
girlsIds.map(({ id }) => id),
),
offset: calcOffset(Number(qs.page), PAGE_LIMIT),
})const data = await db.query.projects.findMany({
where: inArray(
projects.key,
[... //over 100 items]
),
offset: 50,
})