2004-05-14 Umadevi S (sumadevi@novell.com) * Added Classes OdbcCategoryAttribute.cs, OdbcDescriptionAttribute.cs 2004-05-14 Umadevi S (sumadevi@novell.com) * Added Class OdbcCommandBuilder.cs 2004-05-14 Umadevi S (sumadevi@novell.com) * Added classes OdbcInfoMessageEventArgs.cs - with stubs * Added classes OdbcInfoMessageEventInfo.cs 2004-05-14 Umadevi S (sumadevi@novell.com) * Added classes OdbcPermission.cs, OdbcPermissionAttribute.cs - with stubs 2004-05-09 Gert Driesen (drieseng@users.sourceforge.net) * OdbcException.cs : removed ErrorCode property, fixing signature * OdbcErrorCollection.cs : added internal ctor, reduced accessibility of Add method to internal * OdbcCommand.cs: marked hstmt field private, remove setters for Parameters property * OdbcDataReader.cs: Added GetDate method, renamed GetTimeSpan to GetTime to match MS.NET, added HasRows stub 2004-05-09 Gert Driesen (drieseng@users.sourceforge.net) * OdbcError.cs: * OdbcErrorCollection.cs: * OdbcException.cs: fixed linefeeds to DOS to match other sources in System.Data.Odbc 2004-05-09 Gert Driesen (drieseng@users.sourceforge.net) * OdbcCommand.cs: No longer use OdbcConnection.Datareader, in order to fix signature of OdbcConnection * OdbcDataReader.cs: No longer use ODbcConnection.Datareader, in order to fix signature of OdbcConnection * OdbcConnection.cs: Signature fixes: removed DataReader property, added setter for ConnectionTimeout, made transaction internal * OdbcParameter.cs: reduced accessibility of Bind method to internal, added setter for IsNullable * OdbcParameterCollection.cs: made default ctor and Bind method internal 2004-05-09 Gert Driesen (drieseng@users.sourceforge.net) * OdbcCommand.cs: fixed linefeeds to DOS to match other sources in System.Data.Odbc 2004-05-09 Gert Driesen (drieseng@users.sourceforge.net) * OdbcTransaction.cs: fixed signature to match MS.NET 2004-05-09 Gert Driesen (drieseng@users.sourceforge.net) * OdbcType.cs: fixed typo UniqueIndetifier * OdbcColumn.cs : fixed typo UniqueIndetifier 2004-05-09 Gert Driesen (drieseng@users.sourceforge.net) * OdbcType.cs: fixed linefeeds to DOS to match other sources in System.Data.Odbc 2003-12-01 Gonzalo Paniagua Javier * OdbcTransaction.cs: applied patch from Jeff Seifert that makes this class implement IDbTransaction interface. 2002-11-01 Daniel Morgan * OdbcDataReader.cs: - uncommented code, but I put a FIXME: according to Brian, this does not work on MS .NET however, we need it for Mono for now. schemaRow.AcceptChanges(), - implement IEnumerable.GetEnumerator() * libodbc.cs: changed the DllImport from "odbc32.dll" to "odbc32" 2002-10-21 Gonzalo Paniagua Javier * ChangeLog: added. * OdbcError.cs: * OdbcException.cs: added dummy implementation for these missing classes.