-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
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
[ bug ] Oracle工单,上线检测时,双引号引起的对象,检测错误 #1427
Comments
有这几种情况:
|
if '.' in object_name: object_name = f"""{schema_name}.{object_name}""" |
#1217 这个pr分支麻烦pull最新代码,然后处理下单元测试的error,如果有新的提交可以继续push上去 |
@nick2wang |
在提交 issue 前,请查阅以下资源,请先进行搜索来保证没有类似的 issue。
文档 | FAQ
重现步骤
期待结果和实际结果
期待结果:
执行前检测,可以检测双引号引起的对象
实际结果:
已存在表T0328:
尝试提交一个create table检测:
检测通过,未发现已存在表
版本信息
应用版本/分支:1.8.3
部署方式:Docker
The text was updated successfully, but these errors were encountered: