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: npgsql/npgsql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: wwindcloud/Npgsql2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 26 files changed
  • 2 contributors

Commits on Oct 4, 2013

  1. Initial DDEX support (Entity Model)

    windcloud committed Oct 4, 2013
    Configuration menu
    Copy the full SHA
    d070e5f View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2013

  1. DDEX: Remove NpgsqlDataObjectSelector, use default one, no longer nee…

    …d customization
    
    DDEX: Make copy/paste drag/drop work
    Npgsql: Rework NpgsqlConnectionStringBuilder to be more consistent
    Npgsql: Fix bug in NpgsqlMetaData.xml, wrong CompositeIdentifierSeparatorPattern
    Npgsql: Fix GetSchema for tables to return TABLE only
    windcloud committed Oct 10, 2013
    Configuration menu
    Copy the full SHA
    9002845 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master'

    Jack Lo committed Oct 10, 2013
    Configuration menu
    Copy the full SHA
    8d958ca View commit details
    Browse the repository at this point in the history
  3. DDEX: TableForeignKeyColumn ReferencedColumn not support yet, have to…

    … change GetSchema()
    
    Npgsql: Revert NpgsqlConnectionStringBuilder.resx to using 2.0 assembly
    Npgsql: Fix typo Keywords.Host to Keywords.UserName
    windcloud committed Oct 10, 2013
    Configuration menu
    Copy the full SHA
    2155b09 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2013

  1. Npgsql - Fix NpgsqlConnectionStringBuilder to be compilable in .NET 2.0

    Npgsql - Make it so that custom property (Protocol, SslMode, Compatible, etc) to throw an error if invalid string is passed.
    windcloud committed Oct 15, 2013
    Configuration menu
    Copy the full SHA
    0c27be5 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2013

  1. Make NpgsqlConnectionBuilder to throw the inner exception instead of …

    …TargetInvokeException when parsing invalid value
    
    Fix MinPoolSize/MaxPoolSize check
    Make NpgsqlConnectionBuilder keyword case insensitive
    Fix GetSchema SQL on Contraints and ConstraintColumns when using restriction
    windcloud committed Oct 27, 2013
    Configuration menu
    Copy the full SHA
    27d7c6f View commit details
    Browse the repository at this point in the history
Loading
X Tutup