drizzle-orm icon indicating copy to clipboard operation
drizzle-orm copied to clipboard

[BUG]: op-sqlite calling executeAsync

Open arolson101 opened this issue 5 months ago • 0 comments

What version of drizzle-orm are you using?

0.33.0

What version of drizzle-kit are you using?

0.24.0

Describe the Bug

in op-sqlite/session.ts there is a call in run to this.client.executeAsync, but that function is not part of the op-sqlite API - it should be this.client.execute

the error message I'm getting is TypeError: this.client.executeAsync is not a function (it is undefined)

Expected behavior

No response

Environment & setup

No response

arolson101 avatar Sep 22 '24 23:09 arolson101