You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by su...@apache.org on 2022/12/29 12:35:15 UTC

[shardingsphere] branch master updated (a190fd5e3cc -> aeec3fea5ae)

This is an automated email from the ASF dual-hosted git repository.

sunnianjun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


    from a190fd5e3cc Fix NPE when describing PostgreSQL composite type (#23165)
     add aeec3fea5ae Fix encrypt shorthand expansion when execute subquery statement (#23169)

No new revisions were added by this update.

Summary of changes:
 .../segment/select/projection/Projection.java      |  8 +++++
 .../select/projection/engine/ProjectionEngine.java | 19 +++++++++++-
 .../impl/AggregationDistinctProjection.java        |  7 +++++
 .../projection/impl/AggregationProjection.java     |  9 ++++++
 .../select/projection/impl/ColumnProjection.java   | 10 ++-----
 .../select/projection/impl/DerivedProjection.java  |  5 ++++
 .../projection/impl/ExpressionProjection.java      |  6 ++++
 .../projection/impl/ParameterMarkerProjection.java | 10 ++-----
 .../projection/impl/ShorthandProjection.java       |  5 ++++
 .../select/projection/impl/SubqueryProjection.java |  5 ++++
 .../cases/dql/dql-integration-test-cases.xml       | 34 +++++++++++++++++-----
 .../dml/select/select-subquery.xml                 | 10 +++++++
 .../dml/select/select-subquery.xml                 | 10 +++++++
 13 files changed, 115 insertions(+), 23 deletions(-)