Tom Houlé

Results 262 comments of Tom Houlé

The concrete case that prompted opening this issue for me is the diesel CLI one: it uses dotenv, so I have a `.env` file in my project root with the...

I have been playing around with the idea for the prisma-sled connector I have been thinking about, but just noticed this issue, so I put together a very rough working...

> What is the SQL of User? That would make it easier to reproduce this properly. Thanks. `name` has nothing corresponding to it in the SQL definition of the primary...

hi @paulolima1212 — are you using SQL Server? We fixed something that looks like your problem, the fix will be released in Prisma 4.2.

@copiousfreetime would, instead of mutating the search path, letting you set multiple schemas in the search path from the connection string, work? I am not aware of other tools that...

Thanks for the details, they really help. We are currently working very actively on https://github.com/prisma/prisma/issues/1122 so this is relevant. I'll try to come back to this issue as soon as...

Copying my reaction from slack: Hmm, first time I read about this param. When I grep for it in prisma-engines, I have 0 matches, so either it's implemented in the...

They do seem to have tests about this in the driver: https://github.com/mongodb/mongo-rust-driver/search?q=connecttimeoutms One way to try to constrain the problem would be to see if the query engine behaves the...

As of 2.13.0, the new migrate with imperative migrations (as SQL, currently) in in preview. Feedback is very much wanted :)