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

exploration into Npgsql command rewrite #84

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open

Commits on Nov 17, 2023

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

    mgravell committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    0370f15 View commit details
    Browse the repository at this point in the history
  3. generalized sql parser...

    mgravell committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    cca61e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. intermediate

    mgravell committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    1f0a408 View commit details
    Browse the repository at this point in the history
  2. string escaping

    mgravell committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    251d9e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83cdd11 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. start adding npgsql tests

    mgravell committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    712aaa2 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. npgsql test tweaks

    mgravell committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    7e45e11 View commit details
    Browse the repository at this point in the history
  2. all but one working

    mgravell committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    f8b4031 View commit details
    Browse the repository at this point in the history
  3. tyop

    mgravell committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    62f65e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ec0129 View commit details
    Browse the repository at this point in the history
  5. benchmark for Shay

    mgravell committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    243a731 View commit details
    Browse the repository at this point in the history
  6. remove dead code

    mgravell committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    c2cc1c9 View commit details
    Browse the repository at this point in the history
  7. record delta from Npgsql

    mgravell committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    b11d22b View commit details
    Browse the repository at this point in the history
  8. manual Npgsql test

    mgravell committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    18bebf8 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. batch caching

    mgravell committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    752045e View commit details
    Browse the repository at this point in the history
  2. tyop

    mgravell committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    01121a8 View commit details
    Browse the repository at this point in the history
  3. lib update

    mgravell committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    468764b View commit details
    Browse the repository at this point in the history
  4. typo impacting bench

    mgravell committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    f3c305c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    791bc0f View commit details
    Browse the repository at this point in the history
  6. stick with 7.0.6 for now

    mgravell committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    eecde08 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. move towards unification

    mgravell committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    72e5be4 View commit details
    Browse the repository at this point in the history