User tests: Successful: Unsuccessful:
Pull Request for Issue #17114 and PR #17345
Correctly escape the float value and always use the dot as a decimal point.
This is a copy of joomla-framework/database#127
Take a look at #17114
Phpunit tested it successfully.
Merge by code review.
| Status | New | ⇒ | Pending |
| Category | ⇒ | Libraries Postgresql MS SQL Unit Tests |
After this PR will be merged then we can fix problem for com_finder in:
@infograf768 @Hackwar Because nobody is interested in this PR, I will close this PR soon.
I have tested this item
Tested on MySQL, code review on others
Also relevant PR joomla-framework/database#127
Anyone ?
I have tested this item
Tested on MySQLi, code review on others
| Status | Pending | ⇒ | Ready to Commit |
Ready to Commit after two successful tests.
| Status | Ready to Commit | ⇒ | Fixed in Code Base |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-08-09 12:49:08 |
| Closed_By | ⇒ | mbabker | |
| Labels |
Added:
?
|
||
As travis and apache2 (in general) use
LANG=C, we do not see any errors.When we run
phpunitwe can change environment variable to test joomla before that patch.There are many errors (25) and 2 related to the database
escapefunction.The simpler way to test it, is to run phpunit as
Before patch there is 25 errors:
LANG=pl_PL php -f libraries/vendor/phpunit/phpunit/phpunitAfter patch there is 23 errors.