prisma / quaint

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

feat: add COALESCE function #293

Closed Weakky closed 3 years ago

Weakky commented 3 years ago

Overview

Adds COALESCE(param1, ...paramN) function. Supported by all drivers.