2004-06-23 Sureshkumar T (tsureshkumar@novell.com) * OdbcConnection.cs: Fix: Moved env allocation to Open method. Disconnection & freeing handles are done in Close method to avoid simultaneous connections. * libodbc.cs : Added constants for odbc version. 2004-06-16 Gert Driesen * OdbcError.cs: fixed serialization compatibility with MS.NET * OdbcErrorCollection.cs: fixed serialization compatibility with MS.NET * OdbcException.cs: fixed serialization compatibility with MS.NET 2004-06-16 Sureshkumar T (tsureshkumar@novell.com) * OdbcDataReader.cs: Added GetValue support for Sql Binary type to return byte array. Implemented GetBytes method. * libodbc.cs : Added enums, constants & imports for above fix. 2004-06-13 Gert Driesen * OdbcDataReader.cs: changed GetData method to return IDataReader to match MS.NET 2004-06-09 Sureshkumar T (tsureshkumar@novell.com) * OdbcDataReader.cs: Removed checking of currentRow in GetName method 2004-06-04 Gert Driesen * OdbcPermission.cs: moved Obsolete attribute to correct ctor 2004-06-02 Sureshkumar T (tsureshkumar@novell.com) * OdbcDataReader.cs: Implemented GetByte method. Fixed bug #58820 2004-06-02 Gert Driesen * OdbcParameter.cs: added missing attributes * OdbcPermission.cs: added missing attributes * OdbcConnection.cs: fixes attribute, added missing attributes * OdbcInfoMessageEventArgs.cs: removed extra properties, fixed API compatibility with MS.NET * OdbcCommandBuilder.cs: use correct attributes 2004-05-20 Gert Driesen (drieseng@users.sourceforge.net) * OdbcPermissionAttribute.cs: change AllowMultiple and Inherited to match .NET 2004-05-17 Umadevi S (sumadevi@novell.com) * OdbcPermissionAttribute, OdbcPermission.cs - fixed missing methods 2004-05-17 Gert Driesen (drieseng@users.sourceforge.net) * OdbcCategoryAttribute.cs: fixed namespace * OdbcDataAdapter.cs: removed extra attributes * OdbcDescriptionAttribute.cs: fixed namespace 2004-05-14 Umadevi S (sumadevi@novell.com) * OdbcParameterConverter.cs -Added * OdbcParameter.cs - Added some attributes 2004-05-14 Umadevi S (sumadevi@novell.com) * OdbcDataAdapter.cs - Added Attributes 2004-05-14 Umadevi S (sumadevi@novell.com) * OdbcConnection.cs - Added Attributes 2004-05-14 Umadevi S (sumadevi@novell.com) * OdbcCommand.cs - Added Attributes 2004-05-14 Umadevi S (sumadevi@novell.com) * OdbcDataReader.cs - Added Attributes 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.