File: ChangeLog

package info (click to toggle)
mono 2.6.7-5.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 327,344 kB
  • ctags: 413,649
  • sloc: cs: 2,471,883; xml: 1,768,594; ansic: 350,665; sh: 13,644; makefile: 8,640; perl: 1,784; asm: 717; cpp: 209; python: 146; sql: 81; sed: 16
file content (50 lines) | stat: -rw-r--r-- 1,648 bytes parent folder | download | duplicates (4)
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
2007-05-10  Adar Wesley <adarw@mainsoft.com>

	* SqlCommand.cs: added missing methods Asynch operations

	* SqlConnection.cs: added missing methods ChangePassword, ClearPool,
	ClearAllPools, RetrieveStatistics, ResetStatistics.

	* SqlDataReader.cs: added missing methods GetSqlBytes, GetSqlChars,
	GetSqlXml, IsCommandBehavior.

	* SqlErrorCollection.cs: added missing method strongly typed CopyTo.

	* SqlParameter.cs: added missing methods ResetSqlDbType, ResetDbType.

	* SqlParameterCollection.cs: added missing methods strongly typed
	AddRange, IndexOf.

	* SqlTransaction.cs: added missing methods Save, Rollback.

2006-08-24  Konstantin Triger <kostat@mainsoft.com>

	* SqlCommand, SqlParameter.cs: correctly resolve parameters without '@'.

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

	* SqlCommand.cs, SqlXmlTextReader.cs: ExecuteXmlReader() implementation.

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

	* SqlConnection.cs: save StringManager into AppDomain.

2005-16-11 Boris Kirzner <borisk@mainsoft.com>
	* SqlConnection.cs: Added override for CreateException().

2005-09-14 Boris Kirzner <borisk@mainsoft.com>
	* SqlConvert.cs: Fix SqlDbType to JDBC type convertion.

2005-09-11 Boris Kirzner <borisk@mainsoft.com>
	* SqlConvert.cs: Fix DbType to SqlDbType convertion.

2005-09-05 Boris Kirzner <borisk@mainsoft.com>
	* SqlConvert.cs: reimplemented ValueTypeToSqlDbType().
	* SqlParameter.cs:
		- Update of DbType should also update SqlDbType property. 
		- Do not update parameter type is the value set is DbNull.

2005-08-18  Boris Kirzner <borisk@mainsoft.com>

	* SqlCommand.cs: added GetReturnParameter method.