datax动态传递sql,sql中的单引号会被去除
Open
- Dominant language
- Java
- Stars
- 17.4k
- Forks
- 5.7k
- PR merge metrics
- No merged PRs in 30d
Description
比如select 'asd' as p from table,datax解析后就变成select asd as p from table
Contributor guide
No contributing guide indexed for this repository
Research direction
No source file, test, or entry point is named. Reproduce the dynamic SQL case with `select 'asd' as p from table`, then trace DataX's SQL parsing or parameter handling; done when the single quotes remain in the SQL passed onward.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, sql
- Domain
- data-engineering
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100