[jboss-jira] [JBoss JIRA] Closed: (JBCACHE-1099) JDBCCacheLoader does not deal with Schema names?
Mircea Markus (JIRA)
jira-events at lists.jboss.org
Fri Sep 28 14:04:41 EDT 2007
[ http://jira.jboss.com/jira/browse/JBCACHE-1099?page=all ]
Mircea Markus closed JBCACHE-1099.
----------------------------------
Resolution: Done
Small code changes were needed just for making the unit test consider table name props (it used default value before)
No functional changes done, but the comment in the jdbc config file was update as follows:
# The table name can also be prepended with schema name for the given table.
# Even though there is an Sql92 standard syntax for this: <schema_name>.<table name>
#schema has different meanings accross various DBMS: Oracle - user name; PointBase - database name
# Microsoft SQL Server & DB2 - schema name corresponds to the catalog owner
cache.jdbc.table.name=jbosscache
Also the docbook was updated to reflect the changes.
> JDBCCacheLoader does not deal with Schema names?
> ------------------------------------------------
>
> Key: JBCACHE-1099
> URL: http://jira.jboss.com/jira/browse/JBCACHE-1099
> Project: JBoss Cache
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Cache loaders
> Affects Versions: 2.0.0.CR2
> Reporter: Manik Surtani
> Assigned To: Mircea Markus
> Fix For: 2.1.0.GA
>
>
> Should be able to take in a schema name property and prepend this to table names when generating SQL.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list