Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-05Dead SqlClient filesdanmosemsft
2017-04-05Make SqlDataRecord compatible with Framework (#17887)Saurabh Singh
2017-04-01Change command cancellation to use a specific cancellationOwner field, rather...Cory Rivera
2017-03-30Update exception thrown in Prelogin handshake processing due to invalid size ...Cory Rivera
2017-03-29Getting instance name from pipe name was added (#17504)Gene Lee
2017-03-29Omissions in types supported by both Desktop and Core - System.Data.SqlClient...Viktor Hofer
2017-03-28Avoid allocation in TdsParse when reading multiple decimals without a call to...obligaron
2017-03-27Disable failing NamedPipeTest test on WindowsStephen Toub
2017-03-24Localdb in managed sni (#17402)Saurabh Singh
2017-03-23Add DataTable support to SqlBulkCopy. Also adds tests for SqlBulkCopy.Cory Rivera
2017-03-23Fix 'use of unassigned local variable' error if compiles for monoEgorBo
2017-03-23Refactoring logic for building server spn (#17395)Gene Lee
2017-03-22Fix the separator for NamedPipeSaurabh Singh
2017-03-21Allow . as hostname in pipe names (#17284)Saurabh Singh
2017-03-21Replaced ContainsKey() Calls with TryAdd() Dictionary Calls (#17201)Rion Williams
2017-03-21Remove System.Data.SqlClient and System.Text.Encoding.CodePages from shared fx.Wes Haggard
2017-03-19Adding Integrated Auth Test with Test Server (#17264)Saurabh Singh
2017-03-18Merge pull request #17265 from saurabh500/cleanupManualTestsStephen Toub
2017-03-18Fix and clean up the Manual Tests for SqlSaurabh Singh
2017-03-18fixed bug that calculates sendbuff length only one time in integauth (#17254)Gene Lee
2017-03-18Consolidate Data Source Parsing in SNI (#17181)Saurabh Singh
2017-03-17Adding the sspi buffer pass by ref so that the retrieved value for buffer get...Saurabh Singh
2017-03-11Adding System.Net.HttpListener uapaot config (#16982)Jose Perez Rodriguez
2017-03-10Disable NonAzureNoProtocolConnectionTestOnWindows testStephen Toub
2017-03-10Make Managed SNI the default network impl in SqlClient (#16936)Saurabh Singh
2017-03-10Enable Pinvoke checker and baseline violations (#16704)Dan Moseley
2017-03-10Fix parsing failures with Named Pipe paths in SqlClient.SNIProxyCory Rivera
2017-03-09Mark SqlClient test server threads as background threadsStephen Toub
2017-03-09Enabling diagnostics in the middle of a connection causes NullReferenceExcept...Saurabh Singh
2017-03-09Update comments about why the encoding providers should be registered in SqlC...Saurabh Singh
2017-03-08Managed SNI for Windows (#16589)Saurabh Singh
2017-03-08Merge pull request #16845 from saurabh500/loggingForTestsStephen Toub
2017-03-08Add more logging to testsSaurabh Singh
2017-03-08Adding netfx vertical build with tests (#16837)Santiago Fernandez Madero
2017-03-07Retarget System.Data.SqlClient to be on top of netstandard2.0.Wes Haggard
2017-03-06Merge pull request #16740 from justinvp/system.data-completedtaskStephen Toub
2017-03-06Merge pull request #16738 from richlander/randomStephen Toub
2017-03-06System.Data.SqlClient: Use Task.CompletedTaskJustin Van Patten
2017-03-06Add link to GitHub sourceRich Lander
2017-03-06System.Data.SqlClient: Remove unnecessary LocaleMapperJustin Van Patten
2017-03-03Disable test in Helix (#16632)Dan Moseley
2017-02-25Fix typos: occurred/occurrence (#16459)Paul Harrington
2017-02-25Enable Server Logging for ConnectionOpenTest (#16457)Saurabh Singh
2017-02-23Change base class of System.Data.OperationAbortedException to System.SystemEx...EgorBo
2017-02-22Add missing ConditionalFact for IsConnectionStringConfiguredStephen Toub
2017-02-22Fix SqlClient diagnostic test failuresStephen Toub
2017-02-19Enable tests in inner loop (#16297)Saurabh Singh
2017-02-19Strings fix followup (#16294)Dan Moseley
2017-02-18Remove dead string resources (#16284)Dan Moseley
2017-02-17Fix several typos (#16264)Jon Hanna