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(-)

Reply via email to