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

Support oracle dialect #1105

Merged
merged 2 commits into from
Apr 14, 2022
Merged

Support oracle dialect #1105

merged 2 commits into from
Apr 14, 2022

Conversation

long2ice
Copy link
Member

Description

Motivation and Context

How Has This Been Tested?

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added the changelog accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@coveralls
Copy link

coveralls commented Apr 14, 2022

Pull Request Test Coverage Report for Build 2166289660

  • 26 of 245 (10.61%) changed or added relevant lines in 10 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-1.6%) to 86.13%

Changes Missing Coverage Covered Lines Changed/Added Lines %
tortoise/backends/odbc/init.py 0 2 0.0%
tortoise/backends/oracle/init.py 0 2 0.0%
tortoise/backends/mssql/client.py 0 6 0.0%
tortoise/backends/oracle/executor.py 0 10 0.0%
tortoise/backends/oracle/client.py 0 51 0.0%
tortoise/backends/oracle/schema_generator.py 0 63 0.0%
tortoise/backends/odbc/client.py 0 85 0.0%
Files with Coverage Reduction New Missed Lines %
tortoise/backends/mssql/client.py 1 0%
Totals Coverage Status
Change from base Build 2161406731: -1.6%
Covered Lines: 5321
Relevant Lines: 6155

💛 - Coveralls

@long2ice long2ice merged commit befdfe9 into develop Apr 14, 2022
@long2ice long2ice deleted the oracle-odbc branch April 14, 2022 09:14
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.

None yet

2 participants