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

ChangeLog « Mono.Data.Tds « Mono.Data.Tds « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a615b091a7ece1054cae48ed04eff1c39941e8db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
2006-01-05  Senganal T  <tsenganal@novell.com>

	* TdsMetaParameter.cs: Test for DbNull when updating the scale 
	of decimal or numeric value. Fixes #77410

	Patch By Sebastien Robitaille <sebastien.robitaille@croesus.com>

2005-10-20  Senganal T <tsenganal@novell.com>
	
	* TdsMetaParameter.cs: Set default values of Precision
	and Scale for Decimal Parameters when not explicitly set.
	Fixes #76467

2005-08-02  Joerg Rosenkranz <joergr@voelcker.com>

	* TdsMetaParameter.cs: Send binary parameters with size > 8000
	as image instead of varbinary. This fixes #75684.
	
2005-05-27  Sureshkumar T  <tsureshkumar@novell.com>

	* TdsMetaParameter.cs: Prepare: in SQL, a variable declaration
	with size 0 is not allowed. fixes #62978.