GemConnect version 2.4 is a new release of the GemConnect product. This release provides a number of bug fixes and feature enhancements, as well as providing shared libraries for GemStone/S 64 Bit version 3.5.x.
These release notes provide changes between the previous version of GemConnect, version 2.3, and version 2.4. If you are upgrading from a version prior to 2.3, please review the release notes for each intermediate release to see the full set of changes.
To install GemConnect v2.4, follow the instructions in the GemConnect Installation Guide for v2.4.
This version of GemConnect supports only GemStone/S 64 Bit v3.3.1 and later.
With versions of GemStone/S 64 Bit after v3.2 and GemConnect v2.3, authorization for using GemConnect is provided by the GS/64 keyfile. You will need to have a keyfile that provides authorization for use with GemConnect in order to use GemConnect. If you require a keyfile, write to keyfiles@gemtalksystems.com, or contact GemTalk Technical Support.
GemConnect now built using Oracle version 12.2.0.1.0. All earlier Oracle versions are not supported.
GemConnect version 2.4 is certified on the following GemStone server product versions and platforms:
Testing has also been done on earlier versions of GemStone/S 64 Bit. Contact GemTalk Technical Support for certification of specific version/platform.
The following Oracle Data Types are now supported:
Binary_Float
Binary_Double
Oracle fields of these types can now be efficiently used without having to "cast" them as Floats in the Oracle SQL statement.
In slow and debug executables, there is now more fine-grained control over specific diagnostic messages, and ways to enable or disable printing using environment variables. These cannot be used in normal fast executables, and are intended for use by GemTalk Technical Support in diagnosing specific problems.
Two new instance variables have been added to class GsOracleConnection:
clobSet
nclobSet
These work analogously to charSet/ncharSet, but are used to identify the character representation for CLOBS/NCLOBS.
This change addresses a number of issues related to reading NCLOB data. (#48434)
Reading a CLOBS larger than 65536 bytes could fail with the error "insufficient room in target buffer". (#47649)"
When a GsOracleConnection is configured to return GsOracleBLOB/CLOB objects, the LOB must either be opened in read-only mode; or, even if the application won’t be writing the LOB, the Oracle open call SQL SELECT statement must include the suffix "FOR UPDATE", even if the application won't be writing the BLOB/CLOB. (#47644)
The description from an GsRdbError did not include useful information; error message generation has been improved. (#48431)
On AIX, building extended versions of the liboraapi library using the Makefile643 script resulted in problems with the resulting library triggering ImproperOperation errors, when executing any of the library's user actions. (#47213)
Oracle internal informational messages (such as warning of password expiration) are being treated as errors. (#46992)
Migrating GemConnect across new releases of GemStone/S 64 Bit could have triggered a "method needs recompile" error at the end of GemConnect installation on the new release. (#46977)
Cases existing that could have caused SIGSEGV or C-level malloc( )/free( ) errors. (#47843)
When using GemConnect in a multi-threaded environment where one or more of the other threads are performing socket operations, there were rare failures of threads performing GemConnect user actions with an UncontinuableError. Some code changes have been made to reduce callbacks, further reducing the risk (#48479)