Issue with `batching: true` in `Insert.execute` using `sql-sqlite-bun`
Hi! I'm playing with
It gives me this error:
Turning batching off -- eliminates the error, batching with
sql-sqlite-bun trying to adapt code from https://github.com/Effect-TS/effect/blob/main/packages/sql-pg/examples/resolver.ts and I noticed that batching: true doesn't work with Insert.execute.It gives me this error:
Turning batching off -- eliminates the error, batching with
GetById.execute and GetByName.execute works well.