-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add some tests that QueryableByName compiles with multiple SQL types …
…for one output type. This tests that `QueryableByName` compiles, and outputs some data, for one example where the types are pulled from a `table!` macro; and another example where the values are specified as annotations in the struct. It's difficult to find a type that has the required properties across all three databases; these tests are compiled only for Postgres. To do something similar for the other databases would probably require compiling with one of the time libraries.
- Loading branch information
Showing
1 changed file
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters