We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
传入KeepSourceLocation参数,解析出来的SQLObjectImpl的sourceLine和sourceColumn都还是为0。 通过debug找到原因,版本1.2.18的PGExprParser第55行,构造函数PGExprParser(String sql, SQLParserFeature... features)没有把SQLParserFeature传给PGLexer的构造函数 望修改。
The text was updated successfully, but these errors were encountered:
验证确实漏传参数了,晚点我提交pr来修复
Sorry, something went wrong.
解决PG时使用KeepSourceLocation不生效的问题 alibaba#5287
bef2ac4
传入参数加上 features ,mvn validate 通过,单测验证ok
针对mysql loadbalance格式的url,加上connectTimeout等属性的识别支持 #5396 (#5454)
ffe6323
* 针对mysql loadbalance格式的url,加上connectTimeout等属性的识别支持 #5396 针对mysql loadbalance格式的url,加上connectTimeout等属性的识别支持 #5396 if (jdbcUrl.startsWith("jdbc:mysql://") || jdbcUrl.startsWith("jdbc:mysql:loadbalance://")) { 配套单侧验证ok,mvn validate验证ok,mvn clean install 无新增错误 * 解决PG时使用KeepSourceLocation不生效的问题 #5287 传入参数加上 features ,mvn validate 通过,单测验证ok
No branches or pull requests
传入KeepSourceLocation参数,解析出来的SQLObjectImpl的sourceLine和sourceColumn都还是为0。
通过debug找到原因,版本1.2.18的PGExprParser第55行,构造函数PGExprParser(String sql, SQLParserFeature... features)没有把SQLParserFeature传给PGLexer的构造函数
望修改。
The text was updated successfully, but these errors were encountered: