Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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: transact-rs/sqlx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
Loading
...
head repository: rongcuid/sqlx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Loading
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 10 files changed
  • 9 contributors

Commits on Sep 15, 2022

  1. PgHasArrayType for transparent types fix. ( #2086 )

    Problem: PgHasArrayType was checking the application's postgres feature
    Solution: only check the library's postgres feature
    Co-authored-by: Daniel Tashjian <daniel@ecomedes.com>
    2 people authored and abonander committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    f9ba660 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faa1033 View commit details
    Browse the repository at this point in the history
  3. Fix sqlite update return and order by type inference ( #1960 )

    * add failing test cases for update/delete return into
    * fix regression in null tracking by improving tracking of cursor empty/full state
    * add failing test case for order by column types
    * Add support for SorterOpen,SorterInsert,SorterData
    * add failing test case for unions
    * fix range copy/move implementation
    * fix wrong copy/move range
    * remove calls to dbg!
    tyrelr authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    280e65f View commit details
    Browse the repository at this point in the history
  4. Fix compile time verification performance regression for sqlite ( #1946 )

    * add instruction, register, and cursor state memorization
    * fix: fixed formating
    liningpan authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    1379eb6 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

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

Commits on Sep 20, 2022

  1. feat: Add set_connect_options method to Pool ( #2088 )

    * feat: Add set_connect_options method to Pool
    This allows external updates of the ConnectionOptions used when a new
    connection needs to be opened for the pool. The primary use case
    is to support dynamically updated (read: rotated) credentials used
    by systems like AWS RDS.
    * Use Arc wrapper for ConnectOptions to reduce lock contention
    * sqlite fix
    * Use direct assignment instead of mem::swap
    Co-authored-by: Austin Bonander <austin.bonander@gmail.com>
    Co-authored-by: Austin Bonander <austin.bonander@gmail.com>
    moatra and abonander authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    0559196 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    a8065c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e165589 View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    rongcuid committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    f3caff6 View commit details
    Browse the repository at this point in the history
Loading

AltStyle によって変換されたページ (->オリジナル) /