File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
2020 ` NonAggregate ` for your function. See [ the documentation for
2121 ` sql_function! ` ] [ sql-function-1-3-0 ] for more details.
2222
23+ * Added ` sqlite-bundled ` feature to ` diesel_cli ` to make installing on
24+ some platforms easier.
25+
2326### Changed
2427
2528* ` sql_function! ` has been redesigned. The syntax is now `sql_function!(fn
@@ -86,9 +89,6 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
8689* Added support for specifying ` ISOLATION LEVEL ` , ` DEFERRABLE ` , and ` READ ONLY `
8790 on PG transactions. See [ ` PgConnection::build_transaction ` ] for details.
8891
89- * Added ` sqlite-bundled ` feature to ` diesel_cli ` to make installing on
90- some platforms easier.
91-
9292[ `PgConnection::build_transaction` ] : http://docs.diesel.rs/diesel/pg/struct.PgConnection.html#method.build_transaction
9393
9494* Added support for ` BEGIN IMMEDIATE ` and ` BEGIN EXCLUSIVE ` on SQLite.
You can’t perform that action at this time.
0 commit comments