-
-
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.
Ensure
Vec<T>
can be used in #[changeset_for]
Usually we implement all the various `AsExpression` for refs in the `expression_impls!` macro. However, that macro doesn't work with generics, and we forgot to handle `Vec<T>` (I think I figured the slice impl was enough for some reason). I tried to write a test for this change, but there are actually several other bugs that prevent me from testing this properly. See #65 & #66. Fixes #63.
- Loading branch information
Showing
2 changed files
with
16 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
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