User tests: Successful: Unsuccessful:
Simplify the quoteName()
method.
Replace explode() / implode()
by str_replace()
.
Introduce a new method JDatabase::quoteNameString()
as a replacement for DatabaseDriver::quoteNameStr()
. The new method takes a string instead of an array.
This is a ported version of joomla-framework/database#144
Code review.
Unit tests should pass.
All works as before.
Deprecate JDatabase:quoteNameStr()
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Labels |
Added:
?
|
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-11-16 16:16:19 |
Closed_By | ⇒ | csthomas |