ChangeLog 753 B

123456789101112131415161718192021222324
  1. 2003-01-26 Gonzalo Paniagua Javier <[email protected]>
  2. * DbEnumerator.cs: why does the runtime throw an invalid cast here? The
  3. object is an Int16... Gotta fill a bug report and when fixed undo this
  4. patch.
  5. 2003-01-08 Gonzalo Paniagua Javier <[email protected]>
  6. * DbDataRecord.cs: return DbNull.Value in GetValue () if value is null.
  7. 2002-10-31 Daniel Morgan <[email protected]>
  8. * SchemaInfo.cs: added missing properties to fix mcs build
  9. 2002-05-05 Miguel de Icaza <[email protected]>
  10. * DataTableMapping.cs, DataTableMappingCollection.cs: comment out
  11. interfaces we do not implement yet.
  12. * DbDataAdapter.cs: Stub IEnumerable, comment out interfaces
  13. we do not implement yet.
  14. * DbDataPermissionAttribute.cs: call base constructor.