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: release-2.1.0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 6 files changed
  • 4 contributors

Commits on Dec 24, 2013

  1. NpgsqlCommand.AppendCommandReplacingParameterValues() and operators @…

    …@, @> and <@.
    
    Fix bug that would turn operators @@, @> and <@ in ::, :>, and <: respectively.
    Add tests for said operator butchery.
    glenebob committed Dec 24, 2013
    Configuration menu
    Copy the full SHA
    d2e5b8c View commit details
    Browse the repository at this point in the history
  2. NpgsqlCommand.AppendCommandReplacingParameterValues()

    Remove a couple bits of redundant and ineffective code in the scanner.
    glenebob committed Dec 24, 2013
    Configuration menu
    Copy the full SHA
    028d472 View commit details
    Browse the repository at this point in the history
  3. ParameterCollectionHashLookupParameterRenameBug()

    Add test to demonstrate the parameter rename bug that exists with the new hash-based parameter lookup.
    glenebob committed Dec 24, 2013
    Configuration menu
    Copy the full SHA
    7f2cd0f View commit details
    Browse the repository at this point in the history
  4. NpgsqlParameter[Collection]

    Make parameters aware of their owning collection.
    Enforce a parameter can belong to any collection only once.
    On paremeter name change, invalidate owning collections's hash lookups.
    When a parameter's collection changes, also make sure it is marked as unbound.
    Add function to remove a parameter by name.
    glenebob committed Dec 24, 2013
    Configuration menu
    Copy the full SHA
    cd45903 View commit details
    Browse the repository at this point in the history
  5. Command timeout (merge PR npgsql#117)

    Send SET command_timeout = <timeout> to backend when needed.
    Extend the Socket.Poll() timeout by 5 seconds to try and guarantee that the backend's timeout error will occur before the frontend's timeout does.
    glenebob committed Dec 24, 2013
    Configuration menu
    Copy the full SHA
    c516abe View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2013

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

Commits on Dec 26, 2013

  1. Fix entity framework xml ids after change of RootNamespace

    (npgsql@6e32569)
    
    After adding the root namespace, Npgsql Entity Framework xml files
    weren't being found anymore. This patch fixes the name of those ids used
    to find the files inside Npgsql assembly.
    
    Thanks jjchiw for the patch:
    jjchiw@409a820
    
    Only applied the part about NpgsqlProviderManifest.cs file.
    franciscojunior committed Dec 26, 2013
    Configuration menu
    Copy the full SHA
    3253075 View commit details
    Browse the repository at this point in the history
  2. Minor nuspec tweaks

    Titles and copyright
    roji committed Dec 26, 2013
    Configuration menu
    Copy the full SHA
    1eff7af View commit details
    Browse the repository at this point in the history
  3. Fixed silly nuspec error

    roji committed Dec 26, 2013
    Configuration menu
    Copy the full SHA
    02b9e3a View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2014

  1. Configuration menu
    Copy the full SHA
    8049599 View commit details
    Browse the repository at this point in the history
  2. Bug Fix: Issue npgsql#141, ConnectionString: "AlwaysPrepare=true" not…

    … always honored
    
    Fix NpgsqlCommand not always picking up the AlwaysPrepare connection string option.
    glenebob committed Jan 11, 2014
    Configuration menu
    Copy the full SHA
    8437887 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2014

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

Commits on Feb 2, 2014

  1. Fixed wrong comma putting in AddFunctionColumnListSupport of NpgsqlCo…

    …mmand.Rewrite
    Tuan Nguyen authored and glenebob committed Feb 2, 2014
    Configuration menu
    Copy the full SHA
    bd09971 View commit details
    Browse the repository at this point in the history
  2. Fix previous commit

    isFirstOutputOrInputOutput was declared within the loop, needed to be moved out.
    glenebob committed Feb 2, 2014
    Configuration menu
    Copy the full SHA
    9c5893b View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2014

  1. Bump version to 2.1.0-rc1

    roji committed Feb 6, 2014
    Configuration menu
    Copy the full SHA
    684b33d View commit details
    Browse the repository at this point in the history
Loading
X Tutup