sqlserverwriter的doc中column的描述有错误。
- Dominant language
- Java
- Stars
- 17.4k
- Forks
- 5.7k
- PR merge metrics
- No merged PRs in 30d
Description
[sqlserverwriter](https://github.com/alibaba/DataX/blob/master/sqlserverwriter/doc/sqlserverwriter.md)
> 描述:目的表需要写入数据的字段,字段之间用英文逗号分隔。例如: "column": ["id","name","age"]。如果>
> 要依次写入全部列,使用表示, 例如: "column": [""]
会报错:
> Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: 关键字 'from' 附近有语法错误
原因: "column": [""] 应该为: "column": ['*']
Contributor guide
No contributing guide indexed for this repository
Research direction
Open doc/sqlserverwriter.md and review the documented column examples against the reported SQL Server error. Correct the example for selecting all columns, then verify that the description consistently uses the valid syntax and no longer presents the failing form.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, sql
- Domain
- databases, documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100