Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: diesel-rs/diesel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.4
Choose a base ref
...
head repository: diesel-rs/diesel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.5
Choose a head ref
  • 15 commits
  • 36 files changed
  • 4 contributors

Commits on Mar 9, 2024

  1. allowing Queryable to be used with multiple table names

    fixing test for Queryable
    
    fixing tests for Queryable
    
    rustfmt tests
    
    Update diesel_derives/tests/queryable.rs
    
    Co-authored-by: Georg Semmler <github@weiznich.de>
    
    fixing tests for Queryable
    
    rustfmt tests
    snf authored and 1Dragoon committed Mar 9, 2024

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    3eab79d View commit details
  2. fixing trybuild test

    snf authored and 1Dragoon committed Mar 9, 2024

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    380df29 View commit details
  3. Fix impl SqlOrd postgres > postgres_backend feature flag.

    The PostgreSQL types are included when using the postgres_backend
    feature flag, the same feature flag should be used for the SqlOrd
    implementation of these types.
    brocaar authored and 1Dragoon committed Mar 9, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    3bf7483 View commit details

Commits on Mar 10, 2024

  1. Fix new deprecated functions from chrono 0.4.35

    For the tests we switch to the suggested alternatives, for the real
    implementation we continue to use the deprecated functions as the
    suggested alternatives do not exist in our minimal supported chrono version.
    weiznich authored and 1Dragoon committed Mar 10, 2024

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    a81fbef View commit details
  2. Workaround a breaking change in chrono

    weiznich authored and 1Dragoon committed Mar 10, 2024

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    21f7303 View commit details

Commits on Mar 13, 2024

  1. Fix a bunch of new warnings

    weiznich authored and 1Dragoon committed Mar 13, 2024

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    f8d6fe0 View commit details
  2. Unverified

    No user is associated with the committer email.
    Copy the full SHA
    23cf90e View commit details
  3. Prerpare a 2.1.5 release

    1Dragoon committed Mar 13, 2024

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    bc2b4ab View commit details

Commits on Mar 14, 2024

  1. Bump toolchain to 1.76.0

    We also need to fix the sqlite-bundled job to the yesterday nightly due
    to rust-lang/rust#120830
    weiznich committed Mar 14, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    ddc50de View commit details
  2. Fix the minimal version build

    weiznich committed Mar 14, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    9117d29 View commit details
  3. Bump libsqlite3-sys to 0.28

    weiznich committed Mar 14, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    151d32e View commit details

Commits on Mar 15, 2024

  1. Fix the changelog links

    weiznich committed Mar 15, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    c4ae62a View commit details
  2. Another clippy fix

    weiznich committed Mar 15, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    67cac15 View commit details
  3. Rustfmt

    weiznich committed Mar 15, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    2c9f46d View commit details
  4. Merge pull request #3959 from 1Dragoon/backports/2.1.4

    Backports/2.1.4
    weiznich authored Mar 15, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    c96c870 View commit details
Loading