Dakota Larson

Results 13 comments of Dakota Larson

@qiao Can I ask why this hasn't been merged? This library is fantastic and I am personally looking for a Theta* implementation. Guessing others are as well.

Hi @pimeys, thanks for the quick response! Prisma: 2.26.0 Node: 14.17.2 Connection String: mysql://username:password@host:3306/database where "username", "password", "host" and "database" are hidden. All queries relate to this table: https://pastebin.com/RZ58H67T. Let...

Hey @pimeys, I guess I found what worked for me was enabling the node api that was released as a preview feature as part of the 2.26 release. The app...

@pimeys I wanted to circle back as I ran into the issue again on 2.29.1 and set `statement_cache_size` to a small value which solved my problem. Can you go into...

Thanks for the information @pimeys.

Agreed. Any chance this can get traction?

> My use case is this: I’m importing JSON from an ESM module in a CLI app. Seeing a warning every time I do that, messes up the user interface...

This is interesting: https://github.com/prisma/prisma/issues/4997#issuecomment-612429050. With this in mind, it is worth noting the main issue is not being able to only retrieve rows where the relational data is not null...

@sorenbs Yes! I'm not sure what long term plans are for this "optimization", but perhaps some more clarity in the docs about why Prisma uses multiple queries would create a...

Hey @Markonis, thanks for contributing! I am looking to probably add this logic to my own fork. Can you provide additional context around the scenarios the initial commit is addressing?...