Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

SqlClient enviroment change optimization #34573

Merged
merged 12 commits into from
Mar 29, 2019

Commits on Jan 12, 2019

  1. Configuration menu
    Copy the full SHA
    e2d6075 View commit details
    Browse the repository at this point in the history
  2. change SqlEnvChange to use a linked list instead of array.

    add SqlEnvChangePool to store a small number of env change objects for re-use
    change SqlEnvChange to use rented arrays and uses to be aware of possible rental
    Wraith2 committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    4aa92c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2019

  1. vleanup

    Wraith2 committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    888d5e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

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

Commits on Feb 13, 2019

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

Commits on Feb 27, 2019

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

Commits on Mar 19, 2019

  1. Configuration menu
    Copy the full SHA
    a2aaa60 View commit details
    Browse the repository at this point in the history
  2. make SqlEnvChange members private

    apply modifier ordering to file
    Wraith2 committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    63b4e3a View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

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

Commits on Mar 22, 2019

  1. address feedback

    Wraith2 committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    bf1f5c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

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

Commits on Mar 29, 2019

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