----------------------------------------------------------------------

ELOQUENCE B.08.00 - patch PE80-1309130

----------------------------------------------------------------------

This patch fixes a defect of the Eloquence database client library
as released with Eloquence B.08.00. This patch will be integrated
in the Eloquence B.08.00 release.

Eloquence B.08.00 must be installed before applying this patch.

Severity:
 PE71-1309130: BUG FIX

Superseded patches:
 PE71-1206060: BUG FIX

Please note the special installation instructions for the
Linux IA64 platform.


Patch PE80-1309130
------------------

Platforms: All

* Fixed a regression with DBFIND modes 6 and 7 with wildcard searches
  (#4100). The patch PE80-1206060 introduced a side effect on index
  searches with multiple segments that also have a non-string segment.

* Fixed a small memory leak.

* Changed the internal library revision to "B.08.00.04".


Patch PE80-1206060
------------------

Platforms: All

* Fixed a problem with DBFIND modes 6 and 7 with arguments using
  wildcards (#4100). These DBFIND modes are used internally by the
  TurboIMAGE compatibility library (image3k library) to implement
  TPI and index access.

  When performing a wildcard search on an index item the image3k
  library must escape the '*' and '[' characters to conform to the
  regular expression syntax of the database server.

  When the argument exceeded the item length the search argument
  was improperly truncated.

* Changed the internal library revision to "B.08.00.03".


Installation:
-------------

Please download the patch archive that corresponds with the installed
release.  The patch files follow the conventions below:

   PE80-1309130-hpux-ia64.tar.gz
        ^       ^    ^
        |       |    Architecture / OS specific build
        |       Operating system
        Patch ID


HP-UX:

In order to install this patch, you need to unpack it with gzip and tar.
Gzip is included with HP-UX. Installation requires root privileges.

cd /opt/eloquence/8.0
gzip -dc /path/to/PE80-1309130-hpux.tar.gz | tar xf -

Files:

   lib/pa11_32/libeqdb.sl (HP-UX PA-RISC 1.1 32bit)
   lib/pa20_32/libeqdb.sl (HP-UX PA-RISC 2.0 32bit)
   lib/pa20_64/libeqdb.sl (HP-UX PA-RISC 2.0 64bit)
   lib/hpux32/libeqdb.so  (HP-UX Itanium 32bit)
   lib/hpux64/libeqdb.so  (HP-UX Itanium 64bit)
   share/doc/PE80-1309130-README


Linux:

In order to install this patch, you need to unpack it with tar.
Installation requires root privileges.

cd /opt/eloquence/8.0
tar xzf /path/to/PE80-1309130-linux.tar.gz

Files:

   lib/libeqdb.so
   lib64/libeqdb.so
   share/doc/PE80-1309130-README

On Linux IA64 the following additional manual procedure is
required to update the IA32 eqdb client library:

   mv /opt/eloquence/8.0/lib/libeqdb.so.ia32 \
   /emul/ia32-linux/opt/eloquence/8.0/lib/libeqdb.so


Windows:

Two options are available for patch installation. The patch is
available as self extracting archive for automatic installation
and as a zip archive for manual installation. Both patches are
equivalent. Installation requires administrative capabilities.

For autmatic installation of this patch, please download the patch
file PE80-1309130-win32.exe. Before installation, please consider
closing all applications, then execute the patch installation program.
Installation does not require a reboot unless the patched files
were active.

For a manual installation of the patch, please download the patch
file PE80-1309130-win32.zip and unpack its contents. Then perform
the following steps:

* Please copy the .dll files into the Eloquence bin directory.
  (Default location: C:\Program Files\Eloquence\8.0\bin)

* Please copy the .lib files into the Eloquence lib directory.
  (Default location: C:\Program Files\Eloquence\8.0\lib)

* Please copy the PE80-1309130-README.txt file into the Eloquence
  share\doc directory.
  (Default location: C:\Program Files\Eloquence\8.0\share\doc)

Files:

   eloqdb32.dll
   eloqdb64.dll
   eloqdb32.lib
   eloqdb64.lib
   PE80-1309130-README.txt