mirror of
https://github.com/BurntSushi/jiff.git
synced 2025-12-23 08:47:45 +00:00
This moves the majority of tests to use the `Insertable` and `Selectable` derivations from the query struct. This follows idiomatic Diesel usage, and also tests actual database round-tripping via database stores. The downside of this is that tables need to exist; I have created temporary tables in this PR for this purpose (which are dropped when the session is closed). PR #254 |
||
|---|---|---|
| .. | ||
| diesel-mysql | ||
| diesel-postgres | ||
| diesel-sqlite | ||
| sqlx-postgres | ||
| sqlx-sqlite | ||
| uptime | ||