jonknyc

Results 13 comments of jonknyc

would love to get this merged in - I need the same feature

> @oliviergabison @jonknyc, did the override suggestion above help in your cases? I ended up just calling the API with fetch, instead of using the SDK. e.g. ``` const response...

I think just need to do yarn add ethers@latest in the base-contract directory...

When you use this query: ```ts const user = await this.prisma.user.findFirst({ where: { OR: [{ phone: phone }, { email: email }], NOT: { status: { in: ['DELETED'], }, },...

Is it possible you are passing undefined for data.phone and data.password? On Tue, Sep 10, 2024 at 10:35 PM João Paulo Constantino < ***@***.***> wrote: > Same issue here. >...

@joaopauloctga an empty object is equivalent to SELECT * FROM "Table" LIMIT 1. I guess prisma adds WHERE 1=1, which is logically equivalent. Would you have expected different behavior when...

> I got your point, but I didn't pass an empty object to the `findFirst` function, I used `where: { phone: data.phone, password: pwd }` where the data.phone and pwd...

> @Mancunia Our plugin isn't yet typescript supported. This was on our backlog and currently migrating our widget to typescript. This will be next, ETA would be around last quarter....