You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Kevin Meyer (Created) (JIRA)" <ji...@apache.org> on 2011/12/05 10:35:40 UTC

[jira] [Created] (ISIS-147) Adding new features to the SQL objectstore

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

        

[jira] [Commented] (ISIS-147) Adding new features to the SQL objectstore

Posted by "Kevin Meyer (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ISIS-147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13166858#comment-13166858 ] 

Kevin Meyer commented on ISIS-147:
----------------------------------

Updated documentation to reflect the above.
                
> 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

        

[jira] [Resolved] (ISIS-147) Adding new features to the SQL objectstore

Posted by "Kevin Meyer (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ISIS-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Meyer resolved ISIS-147.
------------------------------

    Resolution: Fixed

Updated documentation, too.
                
> 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

        

[jira] [Commented] (ISIS-147) Adding new features to the SQL objectstore

Posted by "Kevin Meyer (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ISIS-147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13166857#comment-13166857 ] 

Kevin Meyer commented on ISIS-147:
----------------------------------

Changed storage type override to include object name:
* Ability to override the default SQL storage type on a field
isis.persistor.sql.automapper.type.<objectname>.<fieldname>=<new type> 
                
> 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

        

[jira] [Closed] (ISIS-147) Adding new features to the SQL objectstore

Posted by "Dan Haywood (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ISIS-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Haywood closed ISIS-147.
----------------------------

    
> 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