Nikita Timofeev created CAY-3009:
------------------------------------
Summary: Column select with CLOB attribute and distinct() fails
Key: CAY-3009
URL: https://issues.apache.org/jira/browse/CAY-3009
Project: Cayenne
Issue Type: Bug
Components: Core Library
Reporter: Nikita Timofeev
Assignee: Nikita Timofeev
Query like:
{code:java}
ObjectSelect.query(ClobTestEntity.class)
.column(ClobTestEntity.CLOB_COL)
.distinct()
{code}
Throws {{ClassCastException}}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)