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

[Enhancement] No Longer Need to Throw Exception if Column Does not Exist #78

Merged
merged 2 commits into from
Oct 12, 2023

Conversation

usernane
Copy link
Member

Do not throw an Exception if Column does not exist.

Do not throw an Exception if Column does not exist.
@codecov
Copy link

codecov bot commented Oct 12, 2023

Codecov Report

Merging #78 (db03343) into main (650ffc9) will increase coverage by 0.00%.
Report is 5 commits behind head on main.
The diff coverage is 76.92%.

@@            Coverage Diff            @@
##               main      #78   +/-   ##
=========================================
  Coverage     89.09%   89.10%           
  Complexity     1435     1435           
=========================================
  Files            25       25           
  Lines          3339     3340    +1     
=========================================
+ Hits           2975     2976    +1     
  Misses          364      364           
Files Coverage Δ
webfiori/database/AbstractQuery.php 87.85% <76.92%> (+0.02%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sonarcloud
Copy link

sonarcloud bot commented Oct 12, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

75.0% 75.0% Coverage
0.0% 0.0% Duplication

@usernane usernane added the hacktoberfest-accepted Hacktoperfest related pull requests which are accepted and can be merged. label Oct 12, 2023
@usernane usernane merged commit b237ef5 into main Oct 12, 2023
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted Hacktoperfest related pull requests which are accepted and can be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant