thread '<unnamed>' panicked at src/statement.rs issue
Unanswered
Alligator mississippiensis posted this in #help-forum
Alligator mississippiensisOP
I got the error message:
thread '<unnamed>' panicked at src/statement.rs:27:9:
not yet implemented: array
note: run with
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))
thread '<unnamed>' panicked at src/statement.rs:27:9:
not yet implemented: array
note: run with
RUST_BACKTRACE=1 environment variable to display a backtracewhen 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?