X Tutup
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: Oipo/Npgsql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Oipo/Npgsql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: last_command_sent_fix
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 16 files changed
  • 1 contributor

Commits on Jan 12, 2014

  1. Last Command Sent Improvements

    Store last command sent for extended queries, too.
    Decorate last query sent depending on how it was sent and what it was;
      A query can be simple, a parse or prepare command, or execute a prepared statement.
      On execute prepared, keep the actual prepare command.
    Mediator.ResetResponses() became useless; remove it and all references.
    Create NpgsqlQuery classes for protocol version 2 and 3.
    Set last query sent in NpgsqlCommand, not NpgsqlQuery.
    glenebob committed Jan 12, 2014
    Configuration menu
    Copy the full SHA
    683d3e7 View commit details
    Browse the repository at this point in the history
  2. NpgsqlCommand.ExecuteBlind()

    ExecuteBlind() is now static, eliminating all NpgsqlCommand instantiation overhead.
    glenebob committed Jan 12, 2014
    Configuration menu
    Copy the full SHA
    26345e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2014

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

Commits on Jan 29, 2014

  1. Code simplification

    Factor out duplicated ExecuteBlind() code.
    In ExecuteBlind(), move connector.SetBackendCommandTimeout() into the locked section.
    glenebob committed Jan 29, 2014
    Configuration menu
    Copy the full SHA
    8dd7e99 View commit details
    Browse the repository at this point in the history
Loading
X Tutup