Product Documentation

V11.5 Release Notes

Previous Topic

Next Topic

SQL STORAGE_ATTRIBUTES parsing issue

The last attribute in the STORAGE_ATTRIBUTE option of CREATE TABLE was ignored if it was not terminated with a semicolon (";"). For example, 'nothuge' was ignored in the following statement:

CREATE TABLE ... STORAGE_ATTRIBUTE 'nothuge'

The logic has been modified to be in compliance with SQL guidelines, so that the semicolon is required to separate multiple attributes, but it is not strictly required at the end of the list.

TOCIndex