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

ChangeLog « System.Data.ProviderBase.jvm « System.Data « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 41c0feebe98ba33804e3b3e85269fac9cba97d4a (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
2006-05-01 Konstantin Triger <kostat@mainsoft.com

	*      AbstractDataReader.cs, ReaderCache.cs: use stream interfaces
		where appropriate.

2005-14-12 Konstantin Triger <kostat@mainsoft.com>

	* DbPortResolver.cs, AbstractDBConnection.cs: differentiate between the situation where
		don't have a response and where instance name does not exist.
	
2005-14-12 Konstantin Triger <kostat@mainsoft.com>

	* DbPortResolver.cs: fix port resolution for unnamed instances.

2005-27-11 Boris Kirzner <borisk@mainsoft.com>
	AbstractDBCommand.cs: TARGET_JVM fix. Proper handle of return value 
	parameter and corresponding user parameter.

2006-22-11 Konstantin Triger <kostat@mainsoft.com>

	* AbstractTransaction.cs: set inner exception.

2005-16-11 Boris Kirzner <borisk@mainsoft.com>
	* AbstractDBConnection.cs: TARGET_JVM fix. Throw exception if MSSQL port
	resolution failed.

2005-14-11 Boris Kirzner <borisk@mainsoft.com>
	* AbstractDBCommand.cs: TARGET_JVM fix. Provider name can be in any case..

2005-13-09 Boris Kirzner <borisk@mainsoft.com>
	* AbstractDBCommand.cs: TARGET_JVM fix. Check for derived parameters
	array length.

2005-28-08 Boris Kirzner <borisk@mainsoft.com>
	* ReaderCache.cs: 
		- Create Guid from the string fetched.

2005-28-08 Boris Kirzner <borisk@mainsoft.com>
	* AbstractDBCommand.cs: 
		- Do not check for "select ... from", just add "for browse" if needed.
		Removed unused regex.

2005-25-08 Boris Kirzner <borisk@mainsoft.com>
	* AbstractDBCommand.cs: 
		- Set max fetch size for jdbc statement.
		
2005-21-08 Boris Kirzner <borisk@mainsoft.com>
	* ReaderCache.cs: no not create guid if the value fetched is null.
	* SqlClientStrings.resx: fixed CON_PORT key value.

2005-18-08 Boris Kirzner <borisk@mainsoft.com>
	* AbstractDBCommand.cs: 
		- Using Java regex instead of .Net ones.
		- Added GetReturnParameter method, used in resolving return value 
		user parameter for stored procedures.
		- Do not set max rows for jdbc statement - this causes sp on sql server
		to fail in creating additional rows.

2005-22-06  Konstantin Triger <kostat@mainsoft.com>

	* AbstractDataReader.cs: GetBytes should return the data length if target buffer is null

2005-21-06  Konstantin Triger <kostat@mainsoft.com>

	* AbstractDataReader.cs: if command is preapred, recalculate params on every ExecReader