]
Gustavo Lira e Silva updated ISPN-12098:
----------------------------------------
Git Pull Request:
JDBC String Base Cache Store (sybase160) is trying to create an index
when already exist
----------------------------------------------------------------------------------------
Key: ISPN-12098
URL:
https://issues.redhat.com/browse/ISPN-12098
Project: Infinispan
Issue Type: Bug
Affects Versions: 11.0.1.Final
Reporter: Gustavo Lira e Silva
Assignee: Gustavo Lira e Silva
Priority: Major
Using JDBC String based Cache Store + sybase 160 is throwing the following exception:
{noformat}
Caused by: com.sybase.jdbc4.jdbc.SybSQLException:
There is already an index on table 'ISPN_STRING_StringBasedCache' named
'"ISPN_STRING_StringBasedCache_timestamp_index"'
{noformat}
Sybase is storing indexes into the database with double quotes
This line
https://github.com/infinispan/infinispan/blob/master/persistence/jdbc/src...
will be always false with sybase according to the above explanation.