wuguowei19880907 opened a new issue, #18561: URL: https://github.com/apache/shardingsphere/issues/18561
java8 sharding 5.1.0 database:sqlserver 2012 spring boot +jpa I use spring boot +sqlserver + sharding5.1.0 , the sql is ``` SELECT TOP 20 configdo0_.id AS id1_9_, configdo0_.category AS category2_9_, configdo0_.name AS name3_9_, configdo0_.note AS note4_9_, configdo0_.updated_at AS updated_5_9_, configdo0_.value AS value6_9_ FROM config configdo0_ WHERE configdo0_.category = ? ORDER BY configdo0_.id ASC ``` the **name** field is encrypt,but sharding cannot recongnize it. When I debug the error,I found that the **selectstatment** cannot be parsed correct!  -- 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]
