prisma / quaint

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

Test types on pg and my #164

Closed pimeys closed 4 years ago

pimeys commented 4 years ago

This adds infra to test type conversions from and to the database. The first batch adds tests for PostgreSQL and MySQL, next: SQL Server and SQLite.

Some tests are commented out due to us not really handling them right here. They work much nicer in SQLx, so I just keep them commented on master and rebase the sqlx branch.