prisma / quaint

SQL Query AST and Visitor for Rust
Apache License 2.0
583 stars 61 forks source link

fix(postgres) Only pass options params when set #340

Closed garrensmith closed 2 years ago

garrensmith commented 2 years ago

Only pass the options field through to postgres when it has been set.

This fixes https://github.com/prisma/prisma/issues/10841