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