apache / apache/shardingsphere
Add support for WithSegment
Open
feature: SQL federation
type: enhancement
- Dominant language
- Java
- Stars
- 20.8k
- Forks
- 6.9k
- Avg merge
- 11h 35m
- Merged PRs (30d)
- 326
Description
## We need to add support for WithSegment
These test cases are of the database : SQLServer
Since Federation engine supports Update, delete and insert queries, We have to convert WithSegment elements to sqlNode and pass it with the given Query
We need to add support for test cases -->
1. delete_with_with_clause
2. delete_without_columns_with_with_clause
3. update_with_with_clause
4. insert_with_with_clause
5. insert_without_columns_with_with_clause
Contributor guide
Assessment
This issue has not been assessed yet.