-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: Oipo/Npgsql
base: master
head repository: Oipo/Npgsql
compare: release-2.1.0
- 15 commits
- 6 files changed
- 4 contributors
Commits on Dec 24, 2013
-
NpgsqlCommand.AppendCommandReplacingParameterValues() and operators @…
…@, @> and <@. Fix bug that would turn operators @@, @> and <@ in ::, :>, and <: respectively. Add tests for said operator butchery.
Configuration menu - View commit details
-
Copy full SHA for d2e5b8c - Browse repository at this point
Copy the full SHA d2e5b8cView commit details -
NpgsqlCommand.AppendCommandReplacingParameterValues()
Remove a couple bits of redundant and ineffective code in the scanner.
Configuration menu - View commit details
-
Copy full SHA for 028d472 - Browse repository at this point
Copy the full SHA 028d472View commit details -
ParameterCollectionHashLookupParameterRenameBug()
Add test to demonstrate the parameter rename bug that exists with the new hash-based parameter lookup.
Configuration menu - View commit details
-
Copy full SHA for 7f2cd0f - Browse repository at this point
Copy the full SHA 7f2cd0fView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for cd45903 - Browse repository at this point
Copy the full SHA cd45903View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for c516abe - Browse repository at this point
Copy the full SHA c516abeView commit details
Commits on Dec 25, 2013
-
Configuration menu - View commit details
-
Copy full SHA for d13d57d - Browse repository at this point
Copy the full SHA d13d57dView commit details
Commits on Dec 26, 2013
-
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.
Configuration menu - View commit details
-
Copy full SHA for 3253075 - Browse repository at this point
Copy the full SHA 3253075View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1eff7af - Browse repository at this point
Copy the full SHA 1eff7afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02b9e3a - Browse repository at this point
Copy the full SHA 02b9e3aView commit details
Commits on Jan 11, 2014
-
Merge branch 'release-2.1.0' of https://github.com/npgsql/Npgsql into…
… release-2.1.0
Configuration menu - View commit details
-
Copy full SHA for 8049599 - Browse repository at this point
Copy the full SHA 8049599View commit details -
Bug Fix: Issue npgsql#141, ConnectionString: "AlwaysPrepare=true" not…
… always honored Fix NpgsqlCommand not always picking up the AlwaysPrepare connection string option.
Configuration menu - View commit details
-
Copy full SHA for 8437887 - Browse repository at this point
Copy the full SHA 8437887View commit details
Commits on Jan 12, 2014
-
Configuration menu - View commit details
-
Copy full SHA for dce14df - Browse repository at this point
Copy the full SHA dce14dfView commit details
Commits on Feb 2, 2014
-
Configuration menu - View commit details
-
Copy full SHA for bd09971 - Browse repository at this point
Copy the full SHA bd09971View commit details -
isFirstOutputOrInputOutput was declared within the loop, needed to be moved out.
Configuration menu - View commit details
-
Copy full SHA for 9c5893b - Browse repository at this point
Copy the full SHA 9c5893bView commit details
Commits on Feb 6, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 684b33d - Browse repository at this point
Copy the full SHA 684b33dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...release-2.1.0