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: launchbadge/sqlx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.1
Choose a base ref
...
head repository: launchbadge/sqlx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.2
Choose a head ref
  • 15 commits
  • 36 files changed
  • 8 contributors

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    1fb2559 View commit details
    Browse the repository at this point in the history
  2. Clarify usage of Json/Jsonb in query macros (#3447)

    * add information and example on using json in query macros
    
    * run cargo format
    
    * add missing bracket to docs of json
    
    * wrap docs in hidden async function
    
    * change no_run to ignore
    Lachstec authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    f69f370 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. fix: non snake case warning (#3454)

    * fix: non-snake-case fields warning
    
    * cargo fmt
    joeydewaal authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    018ffe7 View commit details
    Browse the repository at this point in the history
  2. fix(#3445): PgHasArrayType (#3453)

    * fix(#3445): PgHasArrayType
    
    * regression test for custom no_pg_array
    joeydewaal authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    ebf04ff View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Fix (#3395) sqlx::test macro in 0.8 (#3403)

    * fix: fixture macro attribute
    
    * remove extra new line
    
    * add extra new line
    
    * feat: add test for slqx::test macro
    
    * feat: update test for sqlx::test macro
    
    * remove old macro test
    
    * feat: add postgres and sqlite test
    
    * rust format
    
    * cargo fmt
    
    * fix fixtures execution order in test
    joeydewaal authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    1d8eb2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a17bef View commit details
    Browse the repository at this point in the history
  3. Pgsql cube type compile fail (#3459)

    * fails to compile as size_of is not found in scope
    
    * keep scoping consistent with other type modules
    
    * fmt fixes
    
    ---------
    
    Co-authored-by: kdesjard <kristian.desjardins@nrcan-rncan.gc.ca>
    kdesjard and Kris-Desjardins authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    371cf4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20ba796 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. fix cancellation issues with PgListener, PgStream::recv() (#3467)

    * fix(postgres): make `PgStream::recv_unchecked()` cancel-safe
    
    * fix(postgres): make `PgListener` close the connection on-error
    
    * fix: incorrect math in `BufferedSocket::read_buffered()`
    abonander authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    e10789d View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    ad2936a View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    fd80f99 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    6cb6fce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    998344d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c253e65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10bec32 View commit details
    Browse the repository at this point in the history
Loading