Closed Tigrov closed 11 months ago
Q | A |
---|---|
Is bugfix? | ✔️ |
New feature? | ❌ |
Breaks BC? | ❌ |
Fixed issues | - |
Bug Fix for Type Casting in AbstractCommand::getRawSql()
Method
A fix was implemented to correct an issue within the AbstractCommand::getRawSql()
functionality. Previously, the conversion process from integer values to strings was causing problems.
Improvised Type Conversion Routine
The process of converting integer values to the string format has been updated in the AbstractCommand::getRawSql()
method. Now, the method will first validate the integer (int)$value
and subsequently convert it into a string (string)
.
New Test Case in CommandProvider.php
A new test case was added in CommandProvider.php
to ensure accuracy when fetching records through a parameterized query. This test will provide further reliability and accuracy during data manipulation.
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
ad6577d
) 99.64% compared to head (6e155c9
) 99.64%. Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.