]
Jiří Holuša updated ISPN-7480:
------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
JDBC cache store doesn't work on Sybase
---------------------------------------
Key: ISPN-7480
URL:
https://issues.jboss.org/browse/ISPN-7480
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores
Affects Versions: 9.0.0.CR1
Reporter: Jiří Holuša
Assignee: Jiří Holuša
When running JDBC cache store with Sybase, I get
{code}
Caused by: java.sql.SQLException: Incorrect syntax near the keyword 'FROM'.
{code}
This is caused by a typo in SybaseTableManager, PR with the fix coming soon.