You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/01/10 17:10:52 UTC

[shardingsphere] branch master updated (9d7e087 -> b249574)

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

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


    from 9d7e087  Adjust the jdbc template and add jdbc example of mixed rules (#14673)
     add b249574  optimize select union logic to support postgresql dollar parameter marker (#14671)

No new revisions were added by this update.

Summary of changes:
 .../select/projection/engine/ProjectionEngine.java |  2 +-
 .../projection/impl/ParameterMarkerProjection.java |  3 +++
 .../statement/dml/SelectStatementContext.java      | 26 ++++++++++++++++++++++
 .../rewrite/engine/RouteSQLRewriteEngine.java      |  5 +++++
 .../resources/scenario/sharding/case/select.xml    | 20 +++++++++++++++++
 5 files changed, 55 insertions(+), 1 deletion(-)