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 (44 lines) | stat: -rw-r--r-- 1,526 bytes parent folder | download | duplicates (5)
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
2008-03-03  Ankit Jain  <jankit@novell.com>

	* OleDbMetaDataCollectionNamesTest.cs: New.

2007-10-21  Gert Driesen  <drieseng@users.sourceforge.net>

	* OleDbDataAdapterTest.cs: Added tests for ctors, DeleteCommand,
	InsertCommand, SelectCommand, UpdateCommand and Dispose.
	* OleDbCommandTest.cs: Added tests for ctors and CommandText.
	* OleDbConnectionTest.cs: Added tests for ctors and ConnectionString.
	Added tests for BeginTransaction, GetSchema and ServerVersion with
	connection that is closed.

2007-02-22  Raja R Harinath  <rharinath@novell.com>

	* OleDbParameterCollectionTest.cs: Fix compile error in 1.1 profile.

2007-02-20  Frederik Carlier <frederik.carlier@carlier-online.be>

	* OleDbParameterCollectionTest.cs: New. Unit tests for OleDbParameterCollection.

2005-09-22  Sebastien Pouliot  <sebastien@ximian.com>

	* OleDbPermissionAttributeTest.cs: Removed *Choice security actions.

2005-01-14  Atsushi Enomoto  <atsushi@ximian.com>

	* OleDbPermissionTest.cs, OleDbPermissionAttributeTest.cs:
	  Fixed some incompatible type of exception between 2.0 and 1.1.

2004-09-15  Sebastien Pouliot  <sebastien@ximian.com>

	* OleDbPermissionTest.cs: New. Unit tests for OleDbPermission.

2004-09-14  Sebastien Pouliot  <sebastien@ximian.com>

	* OleDbPermissionAttributeTest.cs: Added unit tests for Provider 
	property (unused and hidden in Fx 2.0).

2004-09-13  Sebastien Pouliot  <sebastien@ximian.com>

	* ChangeLog: New.
	* OleDbPermissionAttributeTest.cs: New. Unit tests for OleDbPermission
	Attribute.