Removed debugging CWL that shows during normal execution.
[mono.git] / mcs / class / System.Data.OracleClient / System.Data.OracleClient / ChangeLog
1 2005-11-21  Senganal T   <tsenganal@novell.com>
2
3         * OracleCommandBuilder.cs :
4                 - ApplyParameterInfo - modified the args list
5                 - GetParameterName (string) - added
6         Changes for ado.net 2.0 api compatibility 
7
8 2005-04-06  Daniel Morgan <danielmorgan@verizon.net>
9
10         * OracleParameter.cs: implement IClonable.Clone() 
11         patch from eto@shaw.ca (Curtis)
12
13 2005-02-21  Sureshkumar T  <tsureshkumar@novell.com>
14
15         * OracleCommand.cs: set behavior for execute reader.
16         fixes bug #72607.
17
18 2005-02-15  Sureshkumar T  <tsureshkumar@novell.com>
19
20         * OracleDataReader.cs : GetBytes: return the length of the data if
21         output buffer is null. if not, copy the values to buffer and
22         return the bytes actually read.
23
24         fixes bug #72472.
25
26 2004-12-19  Daniel Morgan <danielmorgan@verizon.net>
27
28         * OracleCommand.cs: ExecuteReader needs to be able 
29         to handle non queries too
30
31 2004-09-14  Sebastien Pouliot  <sebastien@ximian.com>
32
33         * ChangeLog: New.
34         * OraclePermission.cs: Adapted to work for both Fx 1.1 and 2.0. Fx 1.1
35         version isn't complete (as anyway it requires FullTrust on MS 
36         implementation) but DO NOT throw exceptions (for the security engine).
37         * OraclePermissionAttribute.cs: Implemented CreatePermission. Adapted
38         to work for both Fx 1.1 and 2.0.