SPR# JCAR8TXFVZ - Fixed the problem of Full Text Indices on TYPE_TEXT_LIST field, even though the field's value is NULL. While TYPE_TEXT_LIST field's value is null, its valuelength is 4Bytes, including struct header. The fix is to change indexing condition so indices are created only if the field's value is null instead of non-zero length such as 4 bytes in this case.
↧