You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
just upgraded to wrangler 2.10.0 and getting new D1_ERROR which has the new miniflare version
[cause]: Error: Error: RangeError: Too many parameter values were provided at D1Database._send (node_modules/@miniflare/d1/src/d1js.ts:149:16)
I'm only trying to bind 4 values. Example
db.prepare('INSERT INTO node (urn, nid, nss, fragment) VALUES (?1, ?2, ?3, ?4) \ ON CONFLICT(urn) DO UPDATE SET fragment = excluded.fragment').bind(id,nid,nss,fc).run()
Note this runs fine in CF workers.
tranzium, subhendukundu, dario-piotrowicz, linusbrogan, ryanrightmer and 1 more