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

Add Full Support for Prepared Queries #74

Merged
merged 31 commits into from
Jul 30, 2023
Merged

Add Full Support for Prepared Queries #74

merged 31 commits into from
Jul 30, 2023

Conversation

usernane
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Jul 30, 2023

Codecov Report

Merging #74 (d77e36b) into main (127d46a) will increase coverage by 0.95%.
The diff coverage is 86.20%.

@@             Coverage Diff              @@
##               main      #74      +/-   ##
============================================
+ Coverage     88.60%   89.55%   +0.95%     
- Complexity     1362     1395      +33     
============================================
  Files            25       25              
  Lines          3142     3237      +95     
============================================
+ Hits           2784     2899     +115     
+ Misses          358      338      -20     
Files Changed Coverage Δ
webfiori/database/mssql/MSSQLQuery.php 50.29% <64.70%> (+22.84%) ⬆️
webfiori/database/mysql/MySQLQuery.php 90.68% <75.75%> (-3.26%) ⬇️
webfiori/database/mysql/MySQLConnection.php 83.33% <77.77%> (+0.57%) ⬆️
webfiori/database/AbstractQuery.php 87.88% <95.55%> (+3.15%) ⬆️
webfiori/database/Database.php 94.36% <100.00%> (+0.16%) ⬆️
webfiori/database/Expression.php 100.00% <100.00%> (ø)
webfiori/database/SelectExpression.php 97.56% <100.00%> (-0.40%) ⬇️
webfiori/database/WhereExpression.php 100.00% <100.00%> (ø)
webfiori/database/mssql/MSSQLConnection.php 74.35% <100.00%> (+1.99%) ⬆️

... and 2 files with indirect coverage changes

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

@sonarcloud
Copy link

sonarcloud bot commented Jul 30, 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

86.8% 86.8% Coverage
0.0% 0.0% Duplication

@usernane usernane merged commit 15c77b7 into main Jul 30, 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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant