We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94bd429 + 4eb9d4a commit ddf4436Copy full SHA for ddf4436
1 file changed
CHANGELOG.md
@@ -36,6 +36,8 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
36
example, if one of the fields has the type `Cow<'a, str>`). To define an
37
association to such a type, write `#[belongs_to(parent = "User<'_>")]`
38
39
+* `Nullable<Text>` now supports `ilike` expression on in PostgreSQL.
40
+
41
### Changed
42
43
* Diesel's derives now require that `extern crate diesel;` be at your crate root
0 commit comments