You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anilkumar Gingade (JIRA)" <ji...@apache.org> on 2018/02/26 23:18:00 UTC

[jira] [Updated] (GEODE-4693) Convert initial JDBC read with empty region to correct pdx-type

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

Anilkumar Gingade updated GEODE-4693:
-------------------------------------
    Description: 
Acceptance Criteria:

_Given_ I have an empty region with a pdx-type mapped to a jdbc connection
 _When_ I get an entry from the region
 _Then_ I it should pull a dataset from the backing db and convert it to the pdx-type associated with the region.

 

When reading from region and the region mapping has a pdx class name and no pdx type exists for that class or it exists but is missing at least one of the fields for the columns on the row.

 

 

  was:
AC

_Given_ I have an empty region with a pdx-type mapped to a jdbc connection
_When_ I get an entry from the region
_Then_ I it should pull a dataset from the backing db and convert it to the pdx-type associated with the region.


> Convert initial JDBC read with empty region to correct pdx-type
> ---------------------------------------------------------------
>
>                 Key: GEODE-4693
>                 URL: https://issues.apache.org/jira/browse/GEODE-4693
>             Project: Geode
>          Issue Type: Improvement
>          Components: extensions, regions
>            Reporter: Fred Krone
>            Priority: Major
>
> Acceptance Criteria:
> _Given_ I have an empty region with a pdx-type mapped to a jdbc connection
>  _When_ I get an entry from the region
>  _Then_ I it should pull a dataset from the backing db and convert it to the pdx-type associated with the region.
>  
> When reading from region and the region mapping has a pdx class name and no pdx type exists for that class or it exists but is missing at least one of the fields for the columns on the row.
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)