Closed Tigrov closed 9 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
4a08ca3
) 99.64% compared to head (e94a5fd
) 99.55%. Report is 1 commits behind head on master.:exclamation: Current head e94a5fd differs from pull request most recent head 7473f66. Consider uploading reports for the commit 7473f66 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Deprecated methods
Earlier in the software design, multiple methods have been phased out as they are now replaced with better functioning equivalents. The outdated methods include AbstractSchema::normalizeRowKeyCase()
, SchemaInterface::getRawTableName()
, SchemaInterface::isReadQuery()
, DbStringHelper::baseName()
, and DbStringHelper::isReadQuery()
.
Added methods to improve functionality
New methods have been introduced to improve on the deficiencies of the deprecated ones. They are Quoter::getRawTableName()
, DbStringHelper::isReadQuery()
, and AbstractPdoConnection::setTablePrefix()
. These methods bring with them enhanced functionality ensuring better, efficient results.
Method enhancements
Certain existing methods have seen changes to improve their performance or to fix the potential problems they could encounter. Amendments have been made in the Quoter::getRawTableName()
, Quoter::$tablePrefix
, and AbstractConnection::$tablePrefix
property has also been fixed to prevent any issues.
Simpler syntax
A redundant symbol has been removed from the rtrim()
function inside the DbStringHelper::baseName()
method. This small change leads to simpler, cleaner code.
Please note, these above steps were taken to enhance our software by making it more efficient and simpler to use.
Related PRs