Is this a brand new database or did you create it during early alpha?
Is this a brand new database or did you create it during early alpha?
GLOB is limited to 50 bytes as documented for me


npx wrangler d1 migrations apply to run without needing to supply a y? We're setting up CI to run migrations on deployment and are not seeing them apply.
GLOBnpx wrangler d1 migrations applyydb.prepare("UPDATE users SET name = ?1 WHERE id = ?2").bind( "John", 17 ),d1.prepare('select * from abc where id in(?,?)').bind(1,2)