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