stockson

Results 4 comments of stockson

Thanks for the feedback. That object response is great in terms of providing specific details to a developer, and zod-error is a nice alternative for quickly concatenating it. My hope...

@sehrope Thanks for getting back to me about this. I'm still confused, the driver/server **does** know the JS variable type. For example something like, ``` if / case ( Number.isFinite(param)...

Thanks for helping me understand, I think I get it now: If you're handing off parameters to a pg variable that expects varchar, node-postgres will convert the JS variable. You...

Just realized this applies to any added rules ex min max, and having those override custom might be the intended behavior?