Fix issue with unnest rendering for old PostgreSQL and EDB versions
This commit is contained in:
parent
ed5f1d82d1
commit
29b00d6754
|
@ -57,7 +57,7 @@ public class PostgreSQLUnnestFunction extends UnnestFunction {
|
|||
selectableMapping
|
||||
) );
|
||||
}
|
||||
sqlAppender.append( ' ' );
|
||||
sqlAppender.append( " as " );
|
||||
sqlAppender.append( selectableMapping.getSelectionExpression() );
|
||||
} );
|
||||
sqlAppender.appendSql( " from jsonb_array_elements(" );
|
||||
|
|
Loading…
Reference in New Issue