You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Andrus Adamchik (JIRA)" <ji...@apache.org> on 2016/08/18 13:15:21 UTC

[jira] [Commented] (CAY-2103) cayenne-crypto: support for mapping non-String and non-binary types

    [ https://issues.apache.org/jira/browse/CAY-2103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15426410#comment-15426410 ] 

Andrus Adamchik commented on CAY-2103:
--------------------------------------

mostly working. TODO: support for double, float, BigInteger, BigDecimal

> cayenne-crypto: support for mapping non-String and non-binary types
> -------------------------------------------------------------------
>
>                 Key: CAY-2103
>                 URL: https://issues.apache.org/jira/browse/CAY-2103
>             Project: Cayenne
>          Issue Type: Bug
>            Reporter: Andrus Adamchik
>            Assignee: Andrus Adamchik
>
> We should allow mapping numeric and date types to *CHAR and *BINARY encrypted columns. Currently even with custom converters registered, select queries will throw exceptions because e.g. we are trying to call ResultSet.getInt on a binary column. 
> Per this task we will do these 2 things:
> *  ensure that ResultSets are processed properly
> * Provide a set of out of the box converters for numeric, boolean and date types.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)