DB2-Admin

 view release on metacpan or  search on metacpan

CHANGES.html  view on Meta::CPAN

    <HTML> 
	<HEAD> 
	    <TITLE>CHANGES</TITLE> 
	</HEAD>

	<BODY>

<!-- INDEX BEGIN -->

<UL>

	<LI><A HREF="#Changes_in_the_3_1_release">Changes in the 3.1 release</A>
	<UL>

		<LI><A HREF="#Remove_support_for_DB2_releases_">Remove support for DB2 releases prior to V8.2</A>
		<LI><A HREF="#Improve_support_for_Windows">Improve support for Windows</A>
		<LI><A HREF="#Add_database_manager_configurati">Add database manager configuration parameters for V9.7</A>
		<LI><A HREF="#Generate_constants_locally">Generate constants locally</A>
		<LI><A HREF="#ListUtilities_fix">ListUtilities fix</A>
	</UL>

	<LI><A HREF="#Changes_in_the_3_0_release">Changes in the 3.0 release</A>
	<UL>

		<LI><A HREF="#Backup">Backup</A>
	</UL>

	<LI><A HREF="#Changes_in_the_2_9_release">Changes in the 2.9 release</A>
	<UL>

		<LI><A HREF="#Fix_core_dump_in_load_from_curso">Fix core dump in load from cursor</A>
	</UL>

	<LI><A HREF="#Changes_in_the_2_8_release">Changes in the 2.8 release</A>
	<UL>

		<LI><A HREF="#Fix_core_dump_in_load_from_curso">Fix core dump in load from cursor</A>
		<LI><A HREF="#BugFix_in_Load_Import">BugFix in Load / Import</A>
		<LI><A HREF="#Add_the_ReOpt_option_to_the_Re">Add the 'ReOpt' option to the Rebind method</A>
	</UL>

	<LI><A HREF="#Changes_in_the_2_7_release">Changes in the 2.7 release</A>
	<UL>

		<LI><A HREF="#Rename_module_to_DB2_Admin">Rename module to DB2::Admin</A>
		<LI><A HREF="#Add_list_of_files_support_for_">Add "list of files" support for Load of DEL files</A>
		<LI><A HREF="#Support_new_protocol_types_for_">Support new protocol, types for node directory</A>
	</UL>

	<LI><A HREF="#Changes_in_the_2_6_release">Changes in the 2.6 release</A>
	<UL>

		<LI><A HREF="#Add_XML_support_to_Export_Impor">Add XML support to Export, Import and Load methods</A>
		<LI><A HREF="#Add_connect_attributes">Add connect attributes</A>
	</UL>

	<LI><A HREF="#Changes_in_the_2_5_release">Changes in the 2.5 release</A>
	<UL>

		<LI><A HREF="#Add_the_NoCharDel_option_for_the">Add the NoCharDel option for the import and load commands</A>
		<LI><A HREF="#Support_Update_Profile_Only_fo">Support "Update Profile Only" for Runstats</A>
		<LI><A HREF="#Fine_tune_error_handling">Fine-tune error handling</A>
		<LI><A HREF="#Support_the_ExcludingXML_option_">Support the ExcludingXML option for the Runstats command</A>
		<LI><A HREF="#Support_the_CodePage_file_type_m">Support the CodePage file type modifier</A>
		<LI><A HREF="#Rename_the_system_admin_group_co">Rename the system admin group constants</A>
	</UL>

	<LI><A HREF="#Changes_in_the_2_4_release">Changes in the 2.4 release</A>
	<UL>

		<LI><A HREF="#Changes_in_db2CfgGet_db2CfgSet">Changes in db2CfgGet / db2CfgSet for V9.1</A>
		<LI><A HREF="#Support_for_new_format_IP_v4_for">Support for new format IP v4 for datastream elements</A>
	</UL>

	<LI><A HREF="#Changes_in_the_2_3_release">Changes in the 2.3 release</A>
	<UL>

		<LI><A HREF="#Changes_in_db2Load_API_for_V9_1">Changes in db2Load API for V9.1</A>
		<LI><A HREF="#IP_v6_support_for_datastream_ele">IP v6 support for datastream elements</A>
		<LI><A HREF="#Add_new_instance_and_database_co">Add new instance and database configuration parameters for V9.1</A>
	</UL>

	<LI><A HREF="#Changes_in_the_2_2_release">Changes in the 2.2 release</A>
	<UL>

		<LI><A HREF="#Add_basic_support_for_DB2_V9_1">Add basic support for DB2 V9.1</A>
		<LI><A HREF="#Add_ClientInfo_method">Add ClientInfo method</A>
	</UL>

	<LI><A HREF="#Changes_in_the_2_1_release">Changes in the 2.1 release</A>
	<UL>

		<LI><A HREF="#Add_DPF_options_to_the_Load_comm">Add DPF options to the Load command</A>
	</UL>

	<LI><A HREF="#Changes_in_the_2_0_release">Changes in the 2.0 release</A>
	<UL>

CHANGES.html  view on Meta::CPAN


<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>

<P>
<HR>
<H1><A NAME="Changes_in_the_2_7_release">Changes in the 2.7 release

</A></H1>
<P>
<HR>
<H2><A NAME="Rename_module_to_DB2_Admin">Rename module to DB2::Admin

</A></H2>
The modules/classes have been renamed from DB2API to DB2::Admin as
recommended by Tim Bunce.


<P>

<P>
<HR>
<H2><A NAME="Add_list_of_files_support_for_">Add "list of files" support for Load of DEL files

</A></H2>
The Load method now supports loading a list of DEL files in a single
command.


<P>

<P>
<HR>
<H2><A NAME="Support_new_protocol_types_for_">Support new protocol, types for node directory

</A></H2>
Support the TCP/IP v4, TCP/IP v6 and TCP/IP v4 using SOCKS protocol types
for the node directory methods.



( run in 1.829 second using v1.01-cache-2.11-cpan-39bf76dae61 )