Database Toolbox Major Bug Fixes

This document describes major bug fixes in this release. Click on a problem area listed below to read how it has been fixed.

New JDBC Object Types Supported
Precision Increased with insert
Queries to Multiple Tables Containing Identical Field Names Now Works Correctly

New JDBC Object Types Supported

Since the previous release of the Database Toolbox, database systems have begun supporting new JDBC object types. The Database Toolbox now supports these new object types, and should be flexible enough to support any new types that might be introduced after this release.

Precision Increased with insert

The insert function now maintains more precision (up to 17 places) when retrieving numeric data types.

Queries to Multiple Tables Containing Identical Field Names Now Works Correctly

In previous versions, when you ran a query accessing multiple tables, and the data return format was "structure", the Database Toolbox did not return all data for fields with duplicate names. That is, when two or more tables had fields having identical names, data was retrieved for only one of the fields with that name. The problem has been fixed and now returns data for all fields having the same name.