Skip to content

Commit d8666cf

Browse files
authored
fixed wording
whoopsie
1 parent 8cff646 commit d8666cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diesel_returning_clause_sqlite335.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# How to use SQLite3.35+ and Diesel?
2-
Sadly, the [Diesel Sqlite3 examples](https://github.com/diesel-rs/diesel/tree/master/examples/sqlite) does not contain any hint for the needed [Diesel PR 3004](https://github.com/diesel-rs/diesel/pull/3004).
2+
Sadly, the [Diesel Sqlite3 examples](https://github.com/diesel-rs/diesel/tree/master/examples/sqlite) do not contain any hint for the needed [Diesel PR 3004](https://github.com/diesel-rs/diesel/pull/3004).
33
The PR adds a RUST Cargo feature for Diesel.
44

55
Despite the importance of the cargo feature `returning_clauses_for_sqlite_3_35` it is not mentioned at all. The feature is required for the [Diesel returning clause](https://github.com/toxeus/diesel/blob/fda3410c1715a7cf57ae08f7969e297aa1762217/diesel_tests/tests/insert.rs#L214) in the SQLite context of Diesel.

0 commit comments

Comments
 (0)