Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « System.Data.ProviderBase « System.Data « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 883b6a2da7dd1d529e725f85e9939136e2bc76d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
2006-02-17  Chris Toshok  <toshok@ximian.com>

	* DbDataReaderBase.cs: Switch to the (bool) form of Dispose to
	override, as the no-arg form isn't virtual.

2005-11-21 Senganal T <tsenganal@novell.com>
	
	* DbParameterCollectionBase.cs 
		- Marked CheckName method as virtual
	* DbParameterBase.cs
		- Marked Offset property and CopyTo method as virtual

2005-05-29 Boris Kirzner <borisk@mainsoft.com>
	* DbCommandBase.cs 
		- Private members names changed.
		- Implemented ExsecuteScalar, ExecuteNonQuery, PropertyChanging and ResetCommandTimeout.
		- Implemented copy ctor.
	* DbDataReaderBase.cs
		- Implemented Depth property.
		- Added #ifdef NET_2_0 on ISValidRow (not used in TARGET_JVM).
		- Implemented Dispose and GetEnumerator methods.
	* DbParameterBase.cs
		- Private members names changed.
		- Implemented copy ctor.
		- Reimplemented Direction, ParameterName, Size and SourceColumn properties.
		- Added #ifdef NET_2_0 on methods not used in TARGET_JVM
		- Implemented CopyTo and ShouldSerializeSize methods
		- Added internal Parent property (used by DbParameterCollectionBase)
	* DbParameterCollectionBase.cs
		- Private members names changed.
		- Re/Implemented public methods and added private ones.
	* DbStringManager.cs - removed.
	
2005-03-11  Sureshkumar T  <tsureshkumar@novell.com>

	* DbConnectionBase.cs : Implemented OnStateChange.

2005-03-08  Sureshkumar T  <tsureshkumar@novell.com>

	* DbParameterBase.cs: Implemented most of get set methods.
	* DbConnectionBase.cs: Commented ConnectionOptions creation,
	because it is not yet implemented.
	* DbCommandBase.cs: Implemented ExecuteScalar method.
	* DbParameterCollectionBase.cs: Implemented Add method.
	* DbDataReaderBase.cs: removed internal constructor DbDataReader
	(DbCommand).

2005-03-02  Sureshkumar T  <tsureshkumar@novell.com>

	* DbConnectionBase.cs: CreateDbCommand: assign connection to the
	created command.

2005-02-02  Sureshkumar T  <tsureshkumar@novell.com>

	* DbConnectionBase.cs: Implement Dispose Pattern

2004-11-24  Sureshkumar T  <tsureshkumar@novell.com>

	* DbParameterCollectionBase.cs: Class name changed according to
	the documentation
	* DbDataReaderBase.cs: Added internal constructor to satisfy
	SqlDataReader, which takes command object.
	* DbConnectionBase.cs: Added additional methods overriding
	DbConnection

2003-12-28  Tim Coleman <tim@timcoleman.com>
	* DbParameterBase.cs:
		Correct type of ValueSize method to int

2003-12-23  Tim Coleman <tim@timcoleman.com>
	* DbCommandBase.cs DbConnectionBase.cs DbConnectionFactory.cs
	* DbParameterCollectionBase.cs:
		Some implementation

2003-12-21  Tim Coleman <tim@timcoleman.com>
	* DbConnectionBase.cs DbConnectionFactory.cs DbConnectionInternal.cs
	* DbConnectionPoolCounters.cs DbConnectionPoolOptions.cs
	* DbDataReaderBase.cs DbMetaDataFactory.cs DbParameterBase.cs
	* DbParameterCollectionBase.cs DbReferenceCollection.cs:
		New stubs added

2003-12-19  Tim Coleman <tim@timcoleman.com>
	* DbCommandBase.cs:
		New stub added