[
https://issues.jboss.org/browse/AS7-1893?page=com.atlassian.jira.plugin.s...
]
Martin Gencur commented on AS7-1893:
------------------------------------
When I was writing tests for EDG, I found the options to set column types and table name
prefix very handy. When we want to use different DB (MS SQL Server, PostgreSQL, whatever)
we need to be able to specify column types. The table name prefix is useful e.g. for
testing purposes - you do not have to clean table before each test but rather have
different tables (by table prefix).
OTOH, the purpose of specific column names is arguable.
Hope that helps:)
JDBC cache store configuration improvements
-------------------------------------------
Key: AS7-1893
URL:
https://issues.jboss.org/browse/AS7-1893
Project: Application Server 7
Issue Type: Feature Request
Components: Clustering
Reporter: Manik Surtani
Assignee: Richard Achmatowicz
Fix For: 7.1.2.Final
The current <jdbc-store ...> element isn't quite explicit enough to
differentiate between the 3 types of JDBC cache stores Infinispan has to offer.
<string-keyed-jdbc-store ... >, <binary-keyed-jdbc-store ... > and
<mixed-keyed-jdbc-store ... > may be better. Similarly, <bucket-table> and
<entry-table> expose implementation details. <binary-keyed-table ...> and
<string-keyed-table ... > may be better.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira