TeslaCN commented on issue #24289:
URL:
https://github.com/apache/shardingsphere/issues/24289#issuecomment-1526878589
I used Proxy 965a7c664f91e9d93eeb5ccf524eb1962e3b75b7 and ran the case
```xml
<test-case sql="SELECT * FROM t_product p INNER JOIN t_product_detail d ON
p.product_id = d.product_id WHERE p.creation_date = ?"
db-types="MySQL,PostgreSQL,openGauss" scenario-types="db">
<assertion parameters="2017-08-08:Date"
expected-data-source-name="read_dataset" />
</test-case>
```
The test passed.

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]