- Notifications
You must be signed in to change notification settings - Fork5
Comparing changes
Open a pull request
base repository:rust-postgres/rust-postgres-range
Uh oh!
There was an error while loading.Please reload this page.
base:v0.9.0
head repository:rust-postgres/rust-postgres-range
Uh oh!
There was an error while loading.Please reload this page.
compare:master
- 14commits
- 5files changed
- 6contributors
Commits on May 7, 2019
Adding
Normalizable
implementation for NaiveDateTimeThis makes it possible represent a range of chrono::NaiveDateTime, whichis what rust-postgres maps to for tsrange columns without timezone.
Stefan Puhlmann committedMay 7, 2019
Commits on May 9, 2019
Merge pull request#13from hstefan/naive-datetime
Adding `Normalizable` implementation for NaiveDateTime
sfackler authoredMay 9, 2019 - sfackler committed
May 9, 2019
Commits on Dec 27, 2019
Update to postgres 0.17, refactor chrono support, drop time support
- Updates integration and tests to postgres 0.17- Moves chrono crate support to "with-chrono-0_4" to match postgres crate- Drops time crate support since it was dropped in postgres crate
lfittl committedDec 27, 2019 Use Rust 2018 syntax & ensure code follows up-to-date idioms
lfittl committedDec 27, 2019 - lfittl committed
Dec 27, 2019
Commits on Jan 1, 2020
Merge pull request#14from lfittl/postgres-0.17
Update crate for rust-postgres 0.17 & Rust 2018 syntax
sfackler authoredJan 1, 2020 - sfackler committed
Jan 1, 2020
Commits on Feb 21, 2021
Bump dependencies for compatibility with newer Postgres crates
FromSql and ToSql traits are different with newer dependencies.- Bump postgres-protocol to 0.6- Bump postgres-types to 0.2
bwolf committedFeb 21, 2021
Commits on Feb 23, 2021
Merge pull request#16from bwolf/bump-dependencies
Bump dependencies for compatibility with newer Postgres crates
sfackler authoredFeb 23, 2021 - sfackler committed
Feb 23, 2021
Commits on Oct 26, 2022
Disable chrono default-features
This fixes usage of `cargo audit`, where the unnecessary `time`dependency is pulled in.
msepga committedOct 26, 2022
Commits on Oct 27, 2022
Merge pull request#17from msepga/disable-chrono-default-features
Disable chrono's default-features
sfackler authoredOct 27, 2022 - sfackler committed
Oct 27, 2022
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v0.9.0...master
Uh oh!
There was an error while loading.Please reload this page.