andreasvh-conceto

Results 11 comments of andreasvh-conceto

This is an absolutely basic feature for bulk requests in nearly every application, where you need to insert many data. I am working now in 2 big projects where performance...

same issue. For workaround, i commited the script from my old Ubuntu 20 LTS to my public repo. It is the version from march 2022. Feel free to use until...

Thank you for the detailed explanation. This helps! Best regards :)

Hi @diffy0712 one question came into my mind, while playing around with your answer. When i choose to `@Expose({name: "myPropertyName"})` the `plainToInstance` method returns undefined for the annotated property. Currently...

Is there something in progress? It would be absolutely great to have this documented. Thx :)

@JoCat Thank you very much for the link. If the "hack" is just another pipe in my code, can it not be integrated easily in the nestjs code and just...

We had the same issue. 3.0.24 is currently the way to go. Hope it will get fixed soon :)

Hi, this is such a useful feature. In our projects we use queryRaw, but would prefer to create an `Prisma.sql` , to pass this query object around. But without highlighting...

This will fix https://github.com/prisma/language-tools/issues/1533

@WikiRik thanks , i provided an [example](https://github.com/validatorjs/validator.js/pull/2574#issuecomment-3117825824), which reproduces the issue. I would appreciate it if the problem could be resolved