We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb0429 commit efb2a55Copy full SHA for efb2a55
1 file changed
CHANGELOG.md
@@ -30,6 +30,8 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
30
* Trait `SqlOrd` is now implemented for `Array`, meaning min/max functions can be used
31
on Array columns (PostgreSQL only).
32
33
+* Added `diesel::dsl::array`, which corresponds to a PG `ARRAY[]` literal.
34
+
35
### Deprecated
36
37
* Deprecated `impl_query_id!` in favor of `#[derive(QueryId)]`
0 commit comments