GitHub user boerzi added a comment to the discussion: [dolphinscheduler-task-api] 数据库名前缀通过参数传入前缀多了单引号
这个问题好像无解了,我门也遇到了类似的场景。python动态传递数据过来,用Mysql接收表名是动态的。也自动带了单引号。因为 PreparedStatement只能用来为参数(如参数值)设置动态参数,即用?占位,不可用于表名、字段名等 代码估计改动比较大。 GitHub link: https://github.com/apache/dolphinscheduler/discussions/14345#discussioncomment-14548189 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
