ChangeLog 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. 2007-09-27 Nagappan A <[email protected]>
  2. * SqlMetaData.cs: Implemented an overloaded constructor, missing
  3. properties (DbType, XmlSchemaCollectionDatabase,
  4. XmlSchemaCollectionName, XmlSchemaCollectionOwningSchema).
  5. 2007-09-26 Nagappan A <[email protected]>
  6. * SqlMetaData.cs (Adjust, InferFromValue): Implemented overloaded
  7. methods, constructors.
  8. 2007-09-26 Nagappan A <[email protected]>
  9. * SqlMethodAttribute.cs: Added appropriate option to AttributeUsage.
  10. * SqlFacetAttribute.cs: Added appropriate option to AttributeUsage.
  11. * Format.cs: Removed extra enum entries.
  12. * SqlTriggerContext.cs: Code Alignment.
  13. * TriggerAction.cs: Updated appropriate enum entries based on 2.0
  14. profile.
  15. * SqlUserDefinedTypeAttribute.cs: Added appropriate option to
  16. AttributeUsage.
  17. * Removed public variable.
  18. * Removed set from Format property.
  19. * SystemDataAccessKind.cs: Added Serializable attribute.
  20. * SqlUserDefinedAggregateAttribute.cs: Removed set from Format
  21. property.
  22. 2007-09-26 Nagappan A <[email protected]>
  23. * DataAccessKind.cs: Added serializable attribute.
  24. 2006-02-17 Chris Toshok <[email protected]>
  25. * InvalidUdtException.cs: fix namespace typo, and mark all ctors
  26. as internal (since none are public in corcompare.)
  27. 2005-09-02 Umadevi S <[email protected]>
  28. * Added SqlTriggerContext.cs,SqlProcedureAttribute.cs,SqlTriggerAttribute.cs
  29. 2005-09-02 Umadevi S <[email protected]>
  30. * Corrected couple of files, added Format.cs and DataAccessKind.cs
  31. 2005-09-02 Umadevi S <[email protected]>
  32. * Added files IBinarySerialize.cs,InvalidUdtException.cs,SqlFacetAttribute.cs
  33. SqlFunctionAttribute.cs,SqlMetaData.cs, SqlMethodAttribute.cs, SqlUserDefined
  34. AggregateAttribute.cs, SqlUserDefinedTypeAttribute.cs, SystemDataAccessKind.cs,
  35. TriggerAction.cs
  36. (Note these files are moved from System.Data.Sql)