Merge pull request #2554 from ludovic-henry/coop-blocking-interrupt
[mono.git] / mcs / class / System.Data / Microsoft.SqlServer.Server / ChangeLog
1 2007-09-27  Nagappan A <anagappan@novell.com> 
2
3         * SqlMetaData.cs: Implemented an overloaded constructor, missing
4           properties (DbType, XmlSchemaCollectionDatabase,
5           XmlSchemaCollectionName, XmlSchemaCollectionOwningSchema).
6
7 2007-09-26  Nagappan A <anagappan@novell.com> 
8
9         * SqlMetaData.cs (Adjust, InferFromValue): Implemented overloaded
10           methods, constructors.
11
12 2007-09-26  Nagappan A <anagappan@novell.com> 
13
14         * SqlMethodAttribute.cs: Added appropriate option to AttributeUsage.
15         
16         * SqlFacetAttribute.cs: Added appropriate option to AttributeUsage.
17         
18         * Format.cs: Removed extra enum entries.
19         
20         * SqlTriggerContext.cs: Code Alignment.
21         
22         * TriggerAction.cs: Updated appropriate enum entries based on 2.0
23           profile.
24         
25         * SqlUserDefinedTypeAttribute.cs: Added appropriate option to
26           AttributeUsage.
27           * Removed public variable.
28           * Removed set from Format property.
29         
30         * SystemDataAccessKind.cs: Added Serializable attribute.
31         
32         * SqlUserDefinedAggregateAttribute.cs: Removed set from Format
33           property.
34
35 2007-09-26  Nagappan A <anagappan@novell.com> 
36
37         * DataAccessKind.cs: Added serializable attribute.
38
39 2006-02-17  Chris Toshok  <toshok@ximian.com>
40
41         * InvalidUdtException.cs: fix namespace typo, and mark all ctors
42         as internal (since none are public in corcompare.)
43
44 2005-09-02 Umadevi S <sumadevi@novell.com>
45         * Added SqlTriggerContext.cs,SqlProcedureAttribute.cs,SqlTriggerAttribute.cs
46
47 2005-09-02 Umadevi S <sumadevi@novell.com>
48         * Corrected couple of files, added Format.cs and DataAccessKind.cs
49
50 2005-09-02  Umadevi S <sumadevi@novell.com>
51
52         * Added files IBinarySerialize.cs,InvalidUdtException.cs,SqlFacetAttribute.cs
53         SqlFunctionAttribute.cs,SqlMetaData.cs, SqlMethodAttribute.cs, SqlUserDefined
54         AggregateAttribute.cs, SqlUserDefinedTypeAttribute.cs, SystemDataAccessKind.cs,
55         TriggerAction.cs
56         (Note these files are moved from System.Data.Sql)
57