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

Added Support for Insert Prepared Queries #72

Merged
merged 46 commits into from
Jul 26, 2023
Merged

Added Support for Insert Prepared Queries #72

merged 46 commits into from
Jul 26, 2023

Conversation

usernane
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Jul 26, 2023

Codecov Report

Merging #72 (f202387) into main (dcf2d93) will decrease coverage by 2.81%.
Report is 1 commits behind head on main.
The diff coverage is 92.71%.

@@             Coverage Diff              @@
##               main      #72      +/-   ##
============================================
- Coverage     91.40%   88.60%   -2.81%     
- Complexity     1060     1364     +304     
============================================
  Files            18       25       +7     
  Lines          2502     3142     +640     
============================================
+ Hits           2287     2784     +497     
- Misses          215      358     +143     
Files Changed Coverage Δ
webfiori/database/Connection.php 100.00% <ø> (ø)
webfiori/database/mssql/MSSQLTable.php 82.14% <80.00%> (ø)
webfiori/database/InsertBuilder.php 89.58% <89.58%> (ø)
webfiori/database/mssql/MSSQLColumn.php 84.71% <91.66%> (ø)
webfiori/database/mysql/MySQLConnection.php 82.75% <92.30%> (+13.15%) ⬆️
webfiori/database/AbstractQuery.php 84.73% <100.00%> (+2.00%) ⬆️
webfiori/database/Column.php 98.50% <100.00%> (ø)
webfiori/database/mssql/MSSQLConnection.php 72.36% <100.00%> (ø)
webfiori/database/mssql/MSSQLInsertBuilder.php 100.00% <100.00%> (ø)
webfiori/database/mssql/MSSQLQuery.php 27.45% <100.00%> (ø)
... and 2 more

... and 1 file with indirect coverage changes

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

@usernane usernane changed the title Added Support for Prepared Queries Added Support for Insert Prepared Queries Jul 26, 2023
@sonarcloud
Copy link

sonarcloud bot commented Jul 26, 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 6 Code Smells

94.0% 94.0% Coverage
0.0% 0.0% Duplication

@usernane usernane merged commit 127d46a into main Jul 26, 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