[infinispan-issues] [JBoss JIRA] (ISPN-4229) The JDBC Cache store should not require the schema name configuration
Dan Berindei (JIRA)
issues at jboss.org
Fri Apr 25 09:36:34 EDT 2014
[ https://issues.jboss.org/browse/ISPN-4229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12963847#comment-12963847 ]
Dan Berindei commented on ISPN-4229:
------------------------------------
Ok, let me make sure I understand: in Oracle {{INSERT INTO table}} will only work when "table" is a table in the current schema, and inserting into a table in a different schema would require {{INSERT INTO schema.table}} instead? So even if the user does have access to a table in another schema, it can't use it implicitly? I think that's what ISPN-3006 was about, but I'm not sure when reading it now...
> The JDBC Cache store should not require the schema name configuration
> ---------------------------------------------------------------------
>
> Key: ISPN-4229
> URL: https://issues.jboss.org/browse/ISPN-4229
> Project: Infinispan
> Issue Type: Feature Request
> Reporter: Mircea Markus
> Assignee: Mircea Markus
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list