$key is a numeric index of a field in $row array not a field/column name. $row variable is an array indexed starting from zero. So $key is unique . Using column name in this param can result in unexpected results.
This mistake is in here: libraries/joomla/database/driver.php
Here is my pull request:
#7239
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-06-22 10:45:01 |
Closed_By | ⇒ | zero-24 |
So I suppose from now on I should just describe Pull Requests as they where Bug Reports or Feature Request?
Yes
If you have code please open only a pull request and put all information to test there.
If you have a issue (without code to fix it) please open a issue with all information to reproduce.
If you have a new Feature with code please open a pull request.
If you have a feature request (without code) please open a issue with all information.
Nice :D
This trackers has few problems. NO code formatting in comments. And I had like 5-6 times problems with MySQL connection while trying to post comment. So it is work in progress?
Code formatting is like github see: https://guides.github.com/features/mastering-markdown/ and https://help.github.com/articles/github-flavored-markdown/
For Syntax highlighting see: https://help.github.com/articles/github-flavored-markdown/#syntax-highlighting
And I had like 5-6 times problems with MySQL connection while trying to post comment.
I can confirm that but now it is gone. I never experienced that bevor
It would be nice to add this markdown links near editor. There can be more questions like mine :)
@artur-stepien since we using now our own Issue Tracker (http://issues.joomla.org/tracker/joomla-cms) you don't need to open a extra Issue if you have a Pull Request.
So I closing here as we have allready your pull request #7239 Thanks