prisma / quaint

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

postgres connector don't panic parsing mantissa #344

Closed snf closed 2 years ago

snf commented 2 years ago

I had a look into making a test but couldn't see an easy way to add one as the test_type! ones are for success (and this is a fail). Anyway, I don't think there is a risk here because this only changes a panic into an error.

Weakky commented 2 years ago

Hey @snf,

I created a follow-up PR here which includes your commit.

I'll close this one in favor of this other one now. Thanks for contributing! 🙏