Adding new features to the SQL objectstore
------------------------------------------

                 Key: ISIS-147
                 URL: https://issues.apache.org/jira/browse/ISIS-147
             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.2.0-incubating


* Provide several changes to current behaviour via the properties files 
(defaults shown):

** Determine the maximum number of instances returned by a query
isis.persistor.sql.maxinstances=100

** Ability to disable version checking
isis.persistor.sql.versioning=true

** Ability to disable version checking on certain tables
isis.persistor.sql.versioning.<tablename>=true

* Cleanup on JdbcBinaryValueMapper failing when the value was null

* Ability to override the default SQL storage type on a field
isis.persistor.sql.automapper.type.<fieldname>=<new type>

* Added more FieldMapping lookups to the installer. (e.g. both double.class and 
Double.class)
** if only one is specified, the other is handled by JdbcGeneralValueMapper as 
a VARCHAR(65)!


--
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