Warehouse
Release 3.01.0120
04/07/2005
The features in the 3.01.0120
release
. A problem that caused Warehouse to abort when
using an IMAGE database
with Third Party Indexing (TPI) has been
fixed..
. Support for ODBC data source names with spaces
and special characters
has been added to the OPEN statement by
enclosing the data source
name in quotation marks.
Example:
OPEN MYDB ODBC "MY DATA
SOURCE"
. Internal temporary file access has been
improved on Windows systems.
In prior releases the C function tmpfile() could
fail on Windows
systems because of security restrictions.
This problem has been
improved on Windows by calling _tempnam("C:\tmp")
if tmpfile() fails.
_tempnam() checks the environment variable TMP
before using C:\tmp.
. A problem with the new data type ORACLE
INTERVAL YEAR TO MONTH
that gave an error when converted to a
string has been fixed.
. Changes were made to allow DataBridger Studio
to interpret
Oracle floating point numbers as ORACLE
FLOAT.
. A problem was fixed with #print when it ended
with a trailing
comma. In previous
releases a space was not printed by the
trailing comma as it should have
done.
Release 3.01.0120 is
available now on all supported platforms.