DB2-Admin
view release on metacpan or search on metacpan
CHANGES.html view on Meta::CPAN
</A></H2>
Mike O'Reilly gracefully and patiently pointed out a number of
Unix-specific assumptions that have to be corrected to compile the module
with ActiveState Perl 5.8.8 for 32-bit and 64-bit Windows.
<P>
Most of these affect device and filenames
<P>
<P>
<HR>
<H2><A NAME="Add_database_manager_configurati">Add database manager configuration parameters for V9.7
</A></H2>
Add the new DB2 V9.7 configuration parameters, most of which are
SSL-related.
<P>
<P>
<HR>
<H2><A NAME="Generate_constants_locally">Generate constants locally
</A></H2>
The <CODE>db2_constants.pl</CODE> file translates DB2 constants from symbolic names to numeric values.
Previous releases generated the file when the package was created for
distribution; the file will now be generated locally as part of the build
process. This is necessary because IBM changes the value of some constants
in an incompatible manner; so a file generated for V9.5 will not work with
V8.2.
<P>
<P>
<HR>
<H2><A NAME="ListUtilities_fix">ListUtilities fix
</A></H2>
The <CODE>ListUtilities</CODE> method now supports the <CODE>Version</CODE> parameter.
<P>
<P>
<HR>
<H1><A NAME="Changes_in_the_3_0_release">Changes in the 3.0 release
</A></H1>
<P>
<HR>
<H2><A NAME="Backup">Backup
</A></H2>
Add support for the Backup command, including support for DPF backups (with
included logs) in DB2 V9.5.
<P>
<P>
<HR>
<H1><A NAME="Changes_in_the_2_9_release">Changes in the 2.9 release
</A></H1>
<P>
<HR>
<H2><A NAME="Fix_core_dump_in_load_from_curso">Fix core dump in load from cursor
</A></H2>
A second bug in the db2Load command, caused a load from cursor (source type
``Statement'') to perform an invalid free, sometimes leading to a core
dump. Now fixed. Have run valgrind on import/export/load to verify no
additional mistakes are present.
<P>
<P>
<HR>
<H1><A NAME="Changes_in_the_2_8_release">Changes in the 2.8 release
</A></H1>
<P>
<HR>
<H2><A NAME="Fix_core_dump_in_load_from_curso">Fix core dump in load from cursor
</A></H2>
A bug in the db2Load command, introduced in the 2.7 release, caused a load
from cursor (source type ``Statement'') to dump core. Now fixed.
<P>
<P>
<HR>
<H2><A NAME="BugFix_in_Load_Import">BugFix in Load / Import
</A></H2>
A bug in the Load and Import methods prevented load/import operations
against mixed-case schema and table names (which have to be double-quoted
when passed to DB2). Now fixed.
<P>
<P>
<HR>
<H2><A NAME="Add_the_ReOpt_option_to_the_Re">Add the 'ReOpt' option to the Rebind method
</A></H2>
The re-optimization level can now be set at Rebind time.
<P>
CHANGES.html view on Meta::CPAN
<HR>
<H2><A NAME="Support_the_Utility_type_const">Support the 'Utility type' constants
</A></H2>
The 'utility type' constants returned by instance snapshots are now
supported. Previously, a numeric code was displayed.
<P>
<P>
<HR>
<H1><A NAME="Changes_in_the_1_3_release">Changes in the 1.3 release
</A></H1>
<P>
<HR>
<H2><A NAME="Add_more_Export_options">Add more Export options
</A></H2>
Add the 'StripZeros', 'DatesISO' and 'DecPlusBlank' options to the Export
file modifiers
<P>
<P>
<HR>
<H2><A NAME="Handle_quoting_for_FileOptions">Handle quoting for FileOptions
</A></H2>
FileOptions for Import, Export and Load that contain embedded blanks (e.g.
a TimestampFormat like 'MMM D YYY H:M:S') are now quoted before being fed
to the DB2 APIs.
<P>
<P>
<HR>
<H2><A NAME="Add_LoadQuery_method">Add LoadQuery method
</A></H2>
A new LoadQuery method allows you to query the progress of a Load command
against a table.
<P>
<P>
<HR>
<H1><A NAME="Changes_in_the_1_2_release">Changes in the 1.2 release
</A></H1>
<P>
<HR>
<H2><A NAME="Add_ListHistory_command">Add ListHistory command
</A></H2>
A new ListHistory method implements the equivalent of the CLP ``List
History'' command that allows you to query loads, backups, rollforwards,
etc.
<P>
<P>
<HR>
<H2><A NAME="Make_test_suite_configurable">Make test suite configurable
</A></H2>
A CONFIG file is used to drive the test suite, externalizing the names of
the test database, test tables, schema names, etc.
<P>
<P>
<HR>
<H1><A NAME="Changes_in_the_1_1_release">Changes in the 1.1 release
</A></H1>
<P>
<HR>
<H2><A NAME="Add_Load_method">Add Load method
</A></H2>
New Load method provides an API to the table load functions; only a subset
of features is supported (most notably, partitioned loads, table
hierarchies, TSM media, LOBs and Data Links are not supported).
<P>
<P>
<HR>
<H2><A NAME="Add_TargetColumns_InputColumns_">Add TargetColumns, InputColumns to Import method
</A></H2>
New parameters to the Import method allow specification of the target
columns and selection of the relevant columns from the input file (by
position or DEL files and by name for IXF files).
<P>
<P>
<HR>
<H2><A NAME="Add_ImportOptions_to_Import_meth">Add ImportOptions to Import method
</A></H2>
Add import options to the 'Import' method; this allows users to set commit
count, warning count, row count, skip count, etc. Most options are
available only with DB2 V8.2.
<P>
<P>
<HR>
<H1><A NAME="Changes_in_the_1_0_release">Changes in the 1.0 release
( run in 1.361 second using v1.01-cache-2.11-cpan-437f7b0c052 )