Brendonovich / prisma-client-rust

Type-safe database access for Rust
https://prisma.brendonovich.dev
Apache License 2.0
1.76k stars 104 forks source link

Add raw queries for sql server #302

Closed nicholasvperry closed 1 year ago

nicholasvperry commented 1 year ago

When trying to run _query_raw on sql server I am getting an error saying "thread 'tokio-runtime-worker' panicked at 'Raw queries are not supported with database 'sqlserver''". Is there a way to do raw queries for sql server?

Brendonovich commented 1 year ago

Hmm, this should work fine. If you're using default-features = false, make sure the mssql feature is enabled.

Brendonovich commented 1 year ago

Closing due to inactivity