Share

DDL::Oracle

File Release Notes and Changelog

Release Name: 1.08

Notes:
Standard Perl installation:

Unpack.

perl Makefile.PL
make
make test
make install

See the README file for reporting problems.


Changes: Fixed bug #412795 submitted by Henrik Johnson, wherein COMMENTs were misplaced in the CREATE TABLE for partitioned IOTs. THANKS, Henrik! Fixed bug #412878 also submitted by Henrik Johnson, wherein the 'create' method for type 'table family' was redundantly creating the Primary Key index and constraint. THANKS again, Henrik! Fixed bug #413996 again submitted by Henrik Johnson, wherein partitioned IOTs might use incorrect attributes in the CREATE TABLE if a secondary index exists on the table. THANKS yet again, Henrik! [Henrik is now designated the "Official IOT Dude" of DDL::Oracle.] Upgraded CREATE PROFILE to be functional for Oracle7. This bug was reported by Leon Stern. THANKS, Leon!