prisma / quaint

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

feat: add multiple functions & remove begins_with/ends_into #391

Closed Weakky closed 2 years ago

Weakky commented 2 years ago

Overview

Needed for https://github.com/prisma/prisma-engines/pull/3088

BREAKING:

New functions:

New comparable:

General improvements:

garrensmith commented 2 years ago

Nice work. Don't merge this to main until we are ready to merge the matching QE work.