Next.js Discord

Discord Forum

thread '<unnamed>' panicked at src/statement.rs issue

Unanswered
Alligator mississippiensis posted this in #help-forum
Open in Discord
Alligator mississippiensisOP
I got the error message:
thread '<unnamed>' panicked at src/statement.rs:27:9:
not yet implemented: array
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

when i use the drizzle orm library with where inside a server component
something like:
DB.select().from(TABLE.building).where(eq(TABLE.building.id, rId))

3 Replies

Alligator mississippiensisOP
Buller's Shearwater
@Alligator mississippiensis did you find a solution to this?