]
William Burns updated ISPN-6029:
--------------------------------
Fix Version/s: 8.2.7.Final
DDL for JDBC store tables should never allow null
-------------------------------------------------
Key: ISPN-6029
URL:
https://issues.jboss.org/browse/ISPN-6029
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores
Affects Versions: 8.1.0.Final, 8.2.0.Final, 8.0.2.Final, 9.0.0.CR2
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Fix For: 9.0.0.CR4, 8.2.7.Final
The DDL for jdbc persistent stores creates a 3 column table, where only the primary key
is not null. However, both the string-based and binary-based cache stores require
non-null values for the data column and timestamp column. These columns should not allow
null values.