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 Support for SQL Transactions #75

Merged
merged 21 commits into from
Jul 30, 2023
Merged

Add Support for SQL Transactions #75

merged 21 commits into from
Jul 30, 2023

Conversation

usernane
Copy link
Member

@usernane usernane commented Jul 30, 2023

closes #73

@codecov
Copy link

codecov bot commented Jul 30, 2023

Codecov Report

Merging #75 (8900b85) into main (d77e36b) will decrease coverage by 0.46%.
Report is 1 commits behind head on main.
The diff coverage is 84.94%.

@@             Coverage Diff              @@
##               main      #75      +/-   ##
============================================
- Coverage     89.55%   89.10%   -0.46%     
- Complexity     1395     1430      +35     
============================================
  Files            25       25              
  Lines          3237     3312      +75     
============================================
+ Hits           2899     2951      +52     
- Misses          338      361      +23     
Files Changed Coverage Δ
webfiori/database/AbstractQuery.php 87.82% <ø> (-0.06%) ⬇️
webfiori/database/Connection.php 100.00% <ø> (ø)
webfiori/database/mssql/MSSQLConnection.php 79.20% <72.00%> (+4.84%) ⬆️
webfiori/database/mysql/MySQLConnection.php 85.43% <83.33%> (+2.09%) ⬆️
webfiori/database/mssql/MSSQLColumn.php 74.70% <90.90%> (-7.12%) ⬇️
webfiori/database/Column.php 97.76% <100.00%> (-0.75%) ⬇️
webfiori/database/Database.php 95.51% <100.00%> (+1.14%) ⬆️
webfiori/database/mssql/MSSQLInsertBuilder.php 100.00% <100.00%> (ø)
webfiori/database/mssql/MSSQLQuery.php 50.88% <100.00%> (+0.58%) ⬆️
webfiori/database/mysql/MySQLColumn.php 95.50% <100.00%> (-0.35%) ⬇️

📣 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 E 1 Security Hotspot
Code Smell A 3 Code Smells

84.4% 84.4% Coverage
0.0% 0.0% Duplication

@usernane usernane merged commit ca04c4c into main Jul 30, 2023
11 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.

[Feature Request] Add Support for SQL Transactions
1 participant