prisma / quaint

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

Relax transaction isolation parsing #388

Closed dpetrick closed 1 year ago

dpetrick commented 1 year ago

Add more string matchers to allow FromStr to parse Repeatable Read and RepeatableRead, for example. Also compares only lowercase now.