Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add regression tests for sqlite explain #2180

Closed
wants to merge 9 commits into from

Commits on Sep 15, 2022

  1. PgHasArrayType for transparent types fix. (launchbadge#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 (launchbadge#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 committed 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 (laun…

    …chbadge#1946)
    
    * add instruction, register, and cursor state memorization
    
    * fix: fixed formating
    Lining Pan committed 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 (launchbadge#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 committed 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. Sqlite EXPLAIN type inference improvements (launchbadge#1984)

    * AggValue and ROW_NUMBER()
    
    * Some more functions
    
    * cargo fmt
    rongcuid committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    0e708b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

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

Commits on Oct 30, 2022

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