SirMin commented on pull request #15457:
URL: https://github.com/apache/shardingsphere/pull/15457#issuecomment-1053826658


   > Hi @SirMin, thank you for your great contribution. Can we add an SPI 
interface for database dialects, as the type conversion mechanism may not be 
the same for different databases.
   
   TypeHandlerFactory save data structure of JDBC type - > whether it is signed 
- > TypeHandler list (by prioritization).
   Can define high priority typehandlers with the same JDBC type and signs to 
customize the conversion of different database types by judging the resultset's 
type.
   


-- 
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]


Reply via email to