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

feat: adding Display implementation to DELETE and INSERT #1427

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

seve-martinez
Copy link
Contributor

Closes #1420 .

@seve-martinez seve-martinez changed the title adding display to DELETE and INSERT feat: adding Display implementation to DELETE and INSERT Sep 13, 2024
@coveralls
Copy link

coveralls commented Sep 13, 2024

Pull Request Test Coverage Report for Build 10976627530

Details

  • 55 of 61 (90.16%) changed or added relevant lines in 2 files are covered.
  • 11 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.01%) to 89.34%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/ast/dml.rs 54 60 90.0%
Files with Coverage Reduction New Missed Lines %
src/ast/mod.rs 11 82.09%
Totals Coverage Status
Change from base Build 10971828683: -0.01%
Covered Lines: 29668
Relevant Lines: 33208

💛 - Coveralls

src/ast/dml.rs Show resolved Hide resolved
@iffyio
Copy link
Contributor

iffyio commented Sep 23, 2024

@seve-martinez could you take a look at the ci faiiure? I think you might need to fetch the latest changes from main for the codestyle step

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.

Add Display implementation for other DML operations
3 participants