TDengine
TDengine copied to clipboard
The string passed by the question mark placeholder is not enclosed in quotation marks.
String sql = Utils.getNativeSql(this.rawSql, this.parameters);
参数中有字符串,结果却没有用引号包起来
请问驱动版本是?
3.2.4版本
直接导致SQL执行报错了是吗?
1.麻烦提供一下“flyway_schema_history” 的表结构截图:
2.String sql = Utils.getNativeSql(this.rawSql, this.parameters); 的上下文代码截图。