File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,11 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
42
42
43
43
[ record-1-3-0 ] : http://docs.diesel.rs/diesel/pg/types/sql_types/struct.Record.html
44
44
45
+ * Added support for a wider range of locking clauses, including ` FOR SHARE ` ,
46
+ ` SKIP LOCKED ` , ` NO WAIT ` , and more. See [ ` QueryDsl ` ] [ locking-clause-1-3-0 ] for details.
47
+
48
+ [ locking-clause-1-3-0 ] : http://docs.diesel.rs/diesel/query_dsl/trait.QueryDsl.html#method.for_update
49
+
45
50
### Changed
46
51
47
52
* ` sql_function! ` has been redesigned. The syntax is now `sql_function!(fn
@@ -55,10 +60,6 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
55
60
it is now tested and enforced. Any future changes to our minimum supported
56
61
version will be listed in this change log.
57
62
58
- * Diesel now provides experimental support for Barrel. This feature is not
59
- maintained by the Diesel team. Any issues with this should be opened on the
60
- Barrel repository, not Diesel.
61
-
62
63
### Fixed
63
64
64
65
* ` diesel print-schema ` and ` infer_schema! ` now properly handle unsigned types
You can’t perform that action at this time.
0 commit comments