|
Version
|
Date
|
Changes
|
3.0.0.0
|
01/02/07
|
- Reworked underlying protocol to make Ritmo/DB2 a 100% managed provider;
- Modified connection string properties. Connection strings created with v
2.x.x.x will no longer work in this version. Recreate connection strings using the Toolbox;
- Removed unsupported connection properties from connection dialogs.
|
2.0.0.4
|
04/21/06
|
- Introduced BIGINT support (for DB2 on Linux 8.2);
- Introduced OEM support;
- Unified support for .NET Frameworks 1.0 and 1.1;
- Fixed a problem with Int64 conversion;
- Fixed a parser problem with statements containing join tables;
- Fixed a problem where parametric queries with parameter values set to
DBNull were not managed properly in some specific cases;
- Introduced support for additional compatible data types inside GetBoolean and
GetString methods.
|
2.0.0.2
|
11/22/04 |
- Introduced BLOB/CLOB support;
- Added "ServerVersion" property inside the SqlDb2Connection class to return a
string containing the version information of the database server the connection goes to;
- Introduced row ID data type support;
- Modified the CreateParameter() method of the SqlDb2Command object. The parameter
object is no longer appended to the Parameters collection of the command object;
- Fixed a problem with Data Adapter dispose() method;
- New line characters are now removed from the command text to avoid syntax error.
- Fixed a problem with the SqlDb2DataReader GetOrdinal() method where it did not perform a
case-insensitive search if a previous case-sensitive search failed;
- Fixed a problem where parameter values were corrupted for specific queries with several
large-size parameters;
- Fixed a problem with the SqlDb2DataReader GetValue() method not returning DBNull when
dealing with null values;
- Fixed a parser problem with statements containing sub-selects and special
functions;
- Fixed a permission problem running ASP.Net web pages.
- Fixed a problem with parametric queries; the query was re-prepared every
execution;
- Fixed a problem with parametric query using double byte parameters;
- Fixed a problem where output parameters of a stored procedure were not returned
properly;
- Fixed a problem where the cursor remained open when the execution of a statement
failed;
- Fixed a problem in data binding using a SqlDb2DataReader to bind data to a
control;
- Fixed a problem adding a SqlDb2Parameter to the SqlDb2ParameterCollection of the
SqlDb2Command when the connection object was not passed to the SqlDb2Command
constructor;
- Removed the "Public" attribute from the SqlDb2ParameterCollection
constructor method;
- Added "Remove Trailing Blanks" feature;
- Implemented specific override Dispose() methods;
- Added the 'Message' public property to class SqlDb2Error to return the string that
identifies the error message;
- Added the error code number in the "Error" collection property of the
SqlDb2Exception class;
- Now it is possible to disable the primary key/unique index check while updating
through the SqlDb2DataAdapter;
- Now a SQLDb2Exception is raised when you try to use VALUES NEXTVAL statement;
- Fixed a problem that occurs when you try to use the Command Builder in disconnected
mode;
- Added SP CALL Management in SqlDb2Command ExecuteNonQuery;
- Added SqlDb2CommandBuilder DeriveParameters support.
|
1.0.0.2
|
03/24/03 |
- Start/Stop high level trace at runtime;
- Improved interoperability with the Toolbox of Visual Studio
.Net that can displays the Ritmo for DB2 Data Objects: SqlDb2Connection,
SqlDb2Command, SqlDb2DataAdapter, SqlDb2CommandBuilder that
can be added to a Visual Basic and C# forms and components;
- Renamed the public enum "DB2DBType" in "SQlDB2DBType"
for DB2 specific data types;
- TP Name: improved management for the default value;
- Disabled Catalog Group Box in the connection
dialog properties for the data source configuration because
it's not yet supported.
|
| 1.0.0.1 |
03/03/03 |
- Released Ritmo for DB2 and Ritmo Client
for DB2.
|