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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-07Merge pull request #1773 from ztzg/sql-server-datetime2Atsushi Eno
2015-05-07Merge pull request #1772 from ztzg/sql-server-variantAtsushi Eno
2015-05-05[Mono.Data.Tds] Serialize GUIDs as 16-byte arrays (rather than zero)Damien Diederen
2015-05-05[Mono.Data.Tds] Deserialize variant-wrapped fixed-size integers (1-8 bytes)Damien Diederen
2015-05-05[Mono.Data.Tds] Register TdsColumnType.Variant as a "blob" typeDamien Diederen
2015-05-05[Mono.Data.Tds] Add "sql_variant" case to TdsMetaParameter.GetMetaTypeDamien Diederen
2015-05-05[Mono.Data.Tds] Serialize SqlDbType.DateTime{2,Offset} as char(n)Damien Diederen
2015-03-27Fix issue with inserting null values into integer and datetime columns in Sql...Jonathan Braswell
2015-03-17[genproj] Re-generated the class library projects.João Matos
2015-03-02[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to redu...Zoltan Varga
2015-02-27[build] Add dependency information for class libraries using a LIB_REFS varia...Zoltan Varga
2015-01-13[bcl] Remove NET_2_0 defines from the class libs. This has been done using: u...Zoltan Varga
2015-01-13[build] Updated csproj files.Marcos Henrich
2014-12-04Remove 4.0 profileMarek Safar
2014-11-24Remove 2.0 profile csproj filesMarek Safar
2014-10-30[Mono.Data.Tds] Allow sending of text data longer than 4000 characters by usi...Zoltan Varga
2014-09-19Add SqlCredential support -Neale Ferguson
2014-09-04Cleanup namespace names of class lib tests to follow conventionAlexander Köplinger
2014-08-06[Cleanup] Removed a bunch of superfluous .csproj and .sln filesAlexander Köplinger
2014-05-25[build] the csproj files can now do a full class libraries buildMiguel de Icaza
2014-05-24[build] Fresh new csproj files based on the updated build system.Miguel de Icaza
2014-04-22Merge pull request #994 from drummerhu/patch-1Alexis Christoforides
2014-04-19Refreshed the CSProj files to use the new output build directoryMiguel de Icaza
2014-04-15xml type parameters have no size specifierdrummerhu
2013-11-27SqlBulkCopy ImplementationCraig Morris
2013-07-02Update csproj filesMarek Safar
2013-03-13[Mono.Data.Tds] Stop using Obsoleted NTLM APIs (partial fix for BXC#11122)Andres G. Aragoneses
2013-02-21Update 4.5 bcl solution filesMarek Safar
2013-02-07Update csproj filesMarek Safar
2012-12-19[Mono.Data.Tds] Add Obsolete constructors to unbreak the APIAndres G. Aragoneses
2012-12-05[System.Data.SqlClient] Support for "Connection Lifetime" parameterJames Lewis
2012-06-26Fix System.Core reference in VS projectsMarek Safar
2012-06-26Update VS project filesMarek Safar
2012-06-12Fix prepared queries.Martin Baulig
2012-06-11MS SQL Server 2012 Express doesn't like null here.Martin Baulig
2012-05-03This is a minor change to earlier commit which removes a commented outRobert Wilkens
2012-05-03This is the addition of a quick and dirty NUnit test for Bug 4786Robert Wilkens
2012-05-01See Reported Bug #4786 in bugzilla which this attempts to resolve (and seems ...Robert Wilkens
2012-04-05Update csproj filesMarek Safar
2012-02-10Add VS project files for test projectMarek Safar
2012-02-09Update class library csproj filesMarek Safar
2012-01-05If a parameter is NULL or DBNull then its size needs to be zero otherwise the...Neale Ferguson
2011-12-12TdsMetaParameter.cs - fixes 699643. Note as Mono.Data.TdsClient and Mono.Data...Neale Ferguson
2011-11-08Fixes bug 1916 - incorrect appending of string to buffer when remaining buffe...Neale Ferguson
2011-10-08Revert previous quick fix.Gonzalo Paniagua Javier
2011-10-08Unbreak, take 2Gonzalo Paniagua Javier
2011-08-05Revert "revert change from https://github.com/flutos/mono/commit/124c0ce55f13...Gonzalo Paniagua Javier
2011-08-03revert change from https://github.com/flutos/mono/commit/124c0ce55f13ca67cf8f...scott fluto
2011-05-05[ado.net]bugfix:681916 - Based on patch by Scott <srfcanada@hotmail.com>Veerapuram Varadhan
2011-02-13Add solution filesMiguel de Icaza