Writing join queries with D1 is near impossible with this issue Alex pointed out
Writing join queries with D1 is near impossible with this issue Alex pointed out


.all() instead of .raw() /query endpoint - maybe using .all is the fix?id is a string literal and so you’re querying for WHERE CenterId IN (‘1,2,3') exception caught in D1 core errors are due to the nature of the D1 alpha unfortunatelystmt.raw().all()/query.allWHERE CenterId IN (‘1,2,3')exception caught in D1 core