2008-11-21 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / class / System.Data /
2008-11-19 Jonathan Pryor * docs.make, Makefile.am: Build mono-file-formats...
2008-11-18 Raja R HarinathFix #420862
2008-11-17 Raja R HarinathAvoid allocating empty arrays.
2008-11-17 Raja R HarinathSimplify using some invariants
2008-11-17 Raja R Harinath* RecordCache.cs: Reduce some extraneous nesting.
2008-11-17 Raja R Harinathformatting fixes
2008-11-13 Veerapuram VaradhanReset the connection on timeout exception before reusing it
2008-11-11 Gert Driesen* SqlCommandTest.cs: Added (SMALL)MONEY rounding tests.
2008-11-11 Gert Driesen* SqlCommandTest.cs: Added tests for bug #428139. Added...
2008-11-09 Gert Driesen* SqlConnection.cs (ClearPool): Added null check.
2008-11-09 Gert Driesen* TdsConnectionPool.cs: Added TdsConnectionPoolManager...
2008-11-08 Gert Driesen* SqlConnectionTest.cs: Added test for bug #383061.
2008-10-17 Jonathan Pryor * Documentation/en/**: Move to appropriate assembly...
2008-10-17 Jonathan PryorMigrating from monodoc/class/System.Data to mcs/class...
2008-10-10 Marek SafarNew tests, update.
2008-10-09 Gonzalo Paniagua... 2008-10-09 Gonzalo Paniagua Javier <gonzalo@novell...
2008-10-08 Marek SafarUpdates
2008-10-08 Daniel Morgan2008-10-07 Daniel Morgan <monodanmorg@yahoo.com>
2008-10-08 Daniel Morgan2006-12-07 Nagappan A <anagappan@novell.com>
2008-10-01 Marek SafarNew tests, updates.
2008-09-30 Veerapuram Varadhan* SqlDataReader.cs (GetSqlXml): Handle the scenario...
2008-09-26 Raja R Harinath* DataView.cs: Convert into a partial class and sequester
2008-09-26 Raja R Harinathstyle nits
2008-09-26 Raja R Harinathstyle nits
2008-09-26 Raja R Harinathstyle nits
2008-09-24 Marek SafarFixes the build
2008-09-24 Jb Evainfix the build
2008-09-24 Veerapuram VaradhanUse unicode encoding instead of ASCII
2008-09-24 Veerapuram VaradhanHandle zero length stream and validate data before...
2008-09-23 Veerapuram VaradhanImplement incomplete methods - .ctors, get_Value and...
2008-09-22 Marek SafarNew tests, and fixed buffer mcs -> gmcs switch.
2008-09-22 Marek SafarNew tests
2008-09-20 Veerapuram VaradhanSimplification of if-else part
2008-09-20 Veerapuram VaradhanHandle no brackets scenario
2008-09-18 Marek SafarNew test, update
2008-09-17 Veerapuram VaradhanAdded test for DeriveParameters
2008-09-17 Veerapuram VaradhanEscape/trim schema/procedure names before passing them...
2008-09-16 Veerapuram Varadhan**Fixes bug#421336 - sanely handle various scenarios...
2008-09-16 Raja R HarinathIn System.Data:
2008-09-16 Raja R Harinathstyle nits
2008-09-14 Gert DriesenMoved ProviderCollectionTest.cs from System assembly...
2008-09-13 Atsushi Eno2008-09-13 Atsushi Enomoto <atsushi@ximian.com>
2008-09-12 Raja R Harinathsprinkle around a few more partial methods
2008-09-12 Raja R HarinathUse more C# 3.0
2008-09-12 Raja R Harinath* DataTable.cs (AssertNotNullConstraints): Hoist out...
2008-09-12 Raja R HarinathStyle nits
2008-09-12 Raja R Harinath* DataTable.cs: Convert to a partial class, sequester...
2008-09-12 Raja R HarinathStyle nits
2008-09-07 Raja R Harinath* DataSet.cs: Convert to a partial class and sequester...
2008-09-07 Raja R HarinathStyle nits
2008-09-07 Raja R HarinathRe-arrange some code.
2008-09-07 Raja R HarinathStyle nits
2008-09-05 Raja R HarinathUse the RowIDs to speed up _something_
2008-09-05 Raja R HarinathRefactor DataRow.AttachRow
2008-09-05 Raja R HarinathRemove redundant field
2008-09-05 Raja R Harinath* DataTable.cs (NewRowArray): Special case size ==...
2008-09-05 Raja R HarinathRefactor 'DetachRow'
2008-09-05 Raja R HarinathStyle nits
2008-09-05 Raja R HarinathSome more style nits
2008-09-04 Raja R Harinath* DataRow.cs (CheckChildRows) <1-arg variant>: Remove...
2008-09-04 Raja R Harinathstyle nits
2008-09-04 Raja R Harinath* DataRelationCollection.cs (CanRemove): Simplify slightly.
2008-09-04 Raja R Harinathstyle nits
2008-09-04 Raja R Harinath* DataRelation.cs (CheckStateForProperty): Use the...
2008-09-04 Raja R Harinathoops
2008-09-04 Raja R Harinathstyle nits
2008-09-04 Raja R HarinathStyle nits
2008-09-04 Raja R Harinath* DataColumn.cs (AllowDBNull.set): Rearrange code to...
2008-09-04 Raja R HarinathStyle nits
2008-08-28 Marek SafarWarnings cleanup
2008-08-28 Daniel Morgan2008-08-27 Daniel Morgan <monodanmorg@yahoo.com>
2008-08-27 Daniel Morgan2008-08-27 Daniel Morgan <monodanmorg@yahoo.com>
2008-08-27 Raja R Harinath* Constraint.cs (SetExtendedProperties): New internal...
2008-08-27 Raja R Harinathstyle nits
2008-08-27 Raja R Harinathwhitespace cleanups
2008-08-27 Raja R Harinath* ConstraintCollection.cs (Item) <string variant>:...
2008-08-27 Raja R Harinathstyle nits
2008-08-27 Raja R Harinathcleanup whitespace
2008-08-27 Raja R Harinath* ConstraintCollection.cs: Reduce some #ifdef by using...
2008-08-26 Veerapuram VaradhanDon't call GetSchemaTable() from the constructor, just...
2008-08-26 Veerapuram VaradhanTest for binary type handling
2008-08-26 Veerapuram VaradhanHandle Binary type as well. Patch provided by Ernesto
2008-08-20 Jb Evainremove unecessary InternalsVisibleTo attributes
2008-08-18 Marek Habersack2008-08-18 Marek Habersack <mhabersack@novell.com>
2008-08-14 Gert Driesen* DataViewTest2.cs (DataViewManager): Check for referen...
2008-08-14 Gert Driesen* SqlConnection.cs: Use constants for min/max values...
2008-08-14 Gert Driesen* SqlConnection.cs: Convert keywords to lowercase inste...
2008-08-14 Gert Driesen* DataTableTest2.cs: Added test for LoadDataRow with...
2008-08-13 Marek Habersack2008-08-13 Marek Habersack <mhabersack@novell.com>
2008-08-09 Raja R Harinathkill unused file
2008-08-08 Raja R HarinathReduce massive code duplication
2008-08-05 Marek SafarNew tests.
2008-08-04 Raja R Harinath* XmlDataReaderTest.cs (XmlLoadCustomTypesTest): Fix...
2008-07-30 Veerapuram VaradhanTest for Bug#377146
2008-07-30 Veerapuram VaradhanFixes##377146 - handle custom reference types sanely...
2008-07-29 Marek SafarNew tests.
2008-07-28 Gert Driesen* SqlCommandTest.cs: Enabled test for bug #412569.
2008-07-28 Gert Driesen* SqlCommand.cs: Fixed order of arguments for ArgumentE...
2008-07-28 Gert Driesen* SqlCommand.cs: Fixed param name in ArgumentException...
2008-07-28 Gert Driesen* SqlCommand.cs: Added bool argument to ValidateCommand...
next