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
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Data/System.Data.Common/ChangeLog')
-rwxr-xr-xmcs/class/System.Data/System.Data.Common/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/mcs/class/System.Data/System.Data.Common/ChangeLog b/mcs/class/System.Data/System.Data.Common/ChangeLog
index 56156d54796..5018969f92d 100755
--- a/mcs/class/System.Data/System.Data.Common/ChangeLog
+++ b/mcs/class/System.Data/System.Data.Common/ChangeLog
@@ -1,3 +1,11 @@
+2004-05-19 Boris Kirzner <borisk@mainsoft.com>
+ * RecordCache.cs - added. Each instance of record cache belongs to specific table
+ and manages pool of records ( indexes into data containers) to be used by data rows.
+ * DataContainer.cs - added. Provides implementation for data containers that holds data in arrays
+ of primitives or objects. Each data container belongs to specific DataColumn.
+ * DbDataAdapter.cs - changes to complete data storage redesign. Bug fix in FillTable
+ ( to fetch exact number of records required ).
+
2004-05-13 Umadevi S (sumadevi@novell.com)
* DbDataPermissionAttribute.cs - Added KeyRestrictions property with a TODO tag