SQL Translator
Background
The SQL translator YAML configuration is readable and easy to use. The YAML files allow you to separate the code from the configuration, and easily modify the configuration file as needed.
Parameters
sqlTranslator:
type: # SQL translator type
useOriginalSQLWhenTranslatingFailed: # Whether use original SQL when translating failed
Procedure
- Set SQL translator type.
- Set useOriginalSQLWhenTranslatingFailed to decide whether use original SQL when translating failed.
Sample
sqlTranslator:
type: Native
useOriginalSQLWhenTranslatingFailed: true
Related References
当前内容版权归 ShardingSphere 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 ShardingSphere .