commit | 43fa5a04feffb1137a420ef68e153853db6a503b | [log] [tgz] |
---|---|---|
author | Sean Griffin <sean@seantheprogrammer.com> | Mon Jul 10 11:44:28 2017 -0400 |
committer | Sean Griffin <sean@seantheprogrammer.com> | Mon Jul 10 11:44:28 2017 -0400 |
tree | da03ddebe113811d57579aedb41c0898bb0a0b6a | |
parent | b90765a024caa5597b01dbcafd5c61093ba00126 [diff] |
Release v0.14.1 This is a bugfix release addressing an issue with `sum` and `avg`. These were mistakenly treated as returning the same type as their argument. However, these functions return NULL when run against an empty database, which could result in errors.
Diesel gets rid of the boilerplate for database interaction and eliminates runtime errors, without sacrificing performance. It takes full advantage of Rust's type system to create a low overhead query builder that “feels like Rust”.
You can find an extensive Getting Started tutorial at http://diesel.rs/guides/getting-started. Guides on more specific features will be coming soon.
Anyone who interacts with Diesel in any space including but not limited to this GitHub repository is expected to follow our code of conduct
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.