Skip to content
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

修复 oracle 包含创建表和创建索引提示表不存在 (#1697) #1837

Merged
merged 2 commits into from
Oct 16, 2022

Conversation

dengjili229
Copy link
Contributor

  • 保存SQL中的新建对象object_name_list,含有schema,且大写

  • 提交sql需要转换

  1. 表名前加前缀 (schema)
  2. 字符串转大写

@codecov
Copy link

codecov bot commented Sep 15, 2022

Codecov Report

Base: 75.94% // Head: 76.17% // Increases project coverage by +0.22% 🎉

Coverage data is based on head (c7f0879) compared to base (1971e9d).
Patch coverage: 0.00% of modified lines in pull request are covered.

❗ Current head c7f0879 differs from pull request most recent head 6ec2c68. Consider uploading reports for the commit 6ec2c68 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1837      +/-   ##
==========================================
+ Coverage   75.94%   76.17%   +0.22%     
==========================================
  Files          91       91              
  Lines       14190    14326     +136     
==========================================
+ Hits        10777    10913     +136     
  Misses       3413     3413              
Impacted Files Coverage Δ
sql/engines/oracle.py 45.69% <0.00%> (-0.53%) ⬇️
common/utils/permission.py 37.03% <0.00%> (-11.24%) ⬇️
sql_api/api_workflow.py 65.51% <0.00%> (-3.75%) ⬇️
sql/plugins/plugin.py 90.90% <0.00%> (-1.78%) ⬇️
sql_api/serializers.py 79.10% <0.00%> (-0.67%) ⬇️
sql/slowlog.py 21.56% <0.00%> (-0.55%) ⬇️
sql/utils/sql_utils.py 63.08% <0.00%> (-0.43%) ⬇️
sql/engines/mongo.py 49.86% <0.00%> (-0.14%) ⬇️
sql/engines/models.py 92.92% <0.00%> (-0.08%) ⬇️
common/tests.py 100.00% <0.00%> (ø)
... and 18 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@LeoQuote
Copy link
Collaborator

看一下black,lint失败了,用black 自动修复一下

@hhyo hhyo merged commit ca30cb2 into hhyo:master Oct 16, 2022
nick2wang pushed a commit to nick2wang/Archery that referenced this pull request Nov 7, 2022
* 修复 oracle 包含创建表和创建索引提示表不存在 (hhyo#1697)

* black lint

Co-authored-by: hhyo <rtttte@qq.com>
(cherry picked from commit ca30cb2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants