[
https://issues.apache.org/jira/browse/CAY-2103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15428071#comment-15428071
]
ASF GitHub Bot commented on CAY-2103:
-------------------------------------
GitHub user atomashpolskiy opened a pull request:
https://github.com/apache/cayenne/pull/107
CAY-2103 cayenne-crypto: support for mapping non-String and non-binary types
bindings for primitive boolean
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/atomashpolskiy/cayenne CAY-2103
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cayenne/pull/107.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #107
----
commit 865f04f564f182ed295450b16300795da0fdeacb
Author: Andrei Tomashpolskiy <[email protected]>
Date: 2016-08-19T12:04:56Z
CAY-2103 cayenne-crypto: support for mapping non-String and non-binary types
----
> 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
> Fix For: 4.0.M4
>
>
> 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)