You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "TeslaCN (via GitHub)" <gi...@apache.org> on 2023/04/28 02:09:02 UTC

[GitHub] [shardingsphere] TeslaCN commented on issue #24289: Proxy not support date type in query sql.

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.
   ![image](https://user-images.githubusercontent.com/20503072/235037331-54622ec3-efcd-4984-b414-9a798bd5ab1d.png)
   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org