-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Description
Describe the bug
EmbeddedStoragePersistServiceImpl getTenantIdList and getGroupIdList method under the Derby data source does not support.
error log : PreparedStatementCallback; bad SQL grammar [SELECT group_id FROM config_info WHERE tenant_id ='' GROUP BY group_id LIMIT ?, ?]; nested exception is java.sql.SQLSyntaxErrorException: Syntax error: Encountered "LIMIT" at line 1, column 72.
Expected behavior
Normal execution.
Acutally behavior
error log : PreparedStatementCallback; bad SQL grammar [SELECT group_id FROM config_info WHERE tenant_id ='' GROUP BY group_id LIMIT ?, ?]; nested exception is java.sql.SQLSyntaxErrorException: Syntax error: Encountered "LIMIT" at line 1, column 72.
How to Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Desktop (please complete the following information):
- OS: MAC OS
- Version nacos-server 1.4.1
- Module config
- SDK original
Additional context
Add any other context about the problem here.