Skip to content
This repository has been archived by the owner on Jan 14, 2018. It is now read-only.

ORMLite extension, CacheEntry getResultId() type-mismatch #93

Closed
LilPickle3000 opened this issue May 7, 2013 · 1 comment
Closed

ORMLite extension, CacheEntry getResultId() type-mismatch #93

LilPickle3000 opened this issue May 7, 2013 · 1 comment

Comments

@LilPickle3000
Copy link

In the getResultId() method

...
else if (resultIdDouble != null) {
            return resultIdChar;
        }
...

should return resultIdDouble, not char.

Slightly off-topic, is char type even useful? I also noticed Long type was missing, which may be more useful.

@stephanenicolas
Copy link
Owner

Thanks. Both issues have been adressed and included to master branch.

stephanenicolas added a commit that referenced this issue May 9, 2013
stephanenicolas added a commit that referenced this issue May 9, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants