commit | 1f8118d2b1e24288deac6d3a1cfbc3d56a125915 | [log] [tgz] |
---|---|---|
author | Sean Griffin <sean@seantheprogrammer.com> | Fri Jul 28 11:57:54 2017 -0400 |
committer | Sean Griffin <sean@seantheprogrammer.com> | Fri Jul 28 11:57:54 2017 -0400 |
tree | 01ed6b16a51f88e6fe9a579b6ba2572d5ed3057a | |
parent | 48dacdf96b60d300c97a40c84a284e00fd451fac [diff] |
Release v0.15.2 This is a minor bugfix release which addresses an issue with encoding of `BigDecimal` objects with PostgreSQL. Diesel would previously incorrectly encode certain numbers resulting in a runtime error.
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.