mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#900 - Error - Can't fetch JsonDB field - org.postgresql.util.PSQLException: ERROR: could not identify an equality operator for type json
This commit is contained in:
@@ -25,8 +25,12 @@ interface SqlTreeNode {
|
||||
boolean isAggregation();
|
||||
|
||||
/**
|
||||
* Append the required column information to the SELECT part of the sql
|
||||
* statement.
|
||||
* Append the distinct on clause (Id properties of root and many root only).
|
||||
*/
|
||||
void appendDistinctOn(DbSqlContext ctx, boolean subQuery);
|
||||
|
||||
/**
|
||||
* Append the required column information to the select clause.
|
||||
*/
|
||||
void appendSelect(DbSqlContext ctx, boolean subQuery);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user