[ 
https://issues.apache.org/jira/browse/ISIS-160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kevin Meyer resolved ISIS-160.
------------------------------

       Resolution: Fixed
    Fix Version/s: 0.1.2-incubating
         Assignee: Kevin Meyer

In isis.properties (not sure about sql.properties), you can override table 
prefix with:
isis.persistor.sql.default.tableprefix=<new prefix>
e.g.
isis.persistor.sql.default.tableprefix=
uses no prefix, and tables will be named as per Isis rules of extracting name 
from class name. See Section "Naming Conventions" in [1]

[1] 
http://incubator.apache.org/isis/runtimes/dflt/objectstores/sql/docbkx/html/guide/isis-sql-objectstore.html
                
> Allow users to override "isis_" table prefix
> --------------------------------------------
>
>                 Key: ISIS-160
>                 URL: https://issues.apache.org/jira/browse/ISIS-160
>             Project: Isis
>          Issue Type: New Feature
>          Components: Runtimes: Dflt: Objectstores: SQL
>    Affects Versions: 0.1.2-incubating
>            Reporter: Kevin Meyer
>            Assignee: Kevin Meyer
>            Priority: Minor
>             Fix For: 0.1.2-incubating
>
>
> SQL Objectstore currently automatically inserts "isis_" as a prefix to all 
> table names. Allow users to override this via a setting in the properties 
> file.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to