prisma / quaint

SQL Query AST and Visitor for Rust
Apache License 2.0
582 stars 62 forks source link

Change db functions to work on expressions #230

Closed dpetrick closed 3 years ago

dpetrick commented 3 years ago

avg, min, max now use Expression instead of Column to allow generating SQL like SELECT MAX(LOWER(col)).