[phpmyadmin/phpmyadmin] a52593: Fix operators precedence possible issue

Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: a52593e6aceb347d3ca04cd7bc5d6091b3bef634 https://github.com/phpmyadmin/phpmyadmin/commit/a52593e6aceb347d3ca04cd7bc5d... Author: Hugues Peccatte <hugues.peccatte@gmail.com> Date: 2019-11-02 (Sat, 11 November 2019) +01:00 Changed paths: M libraries/classes/DatabaseInterface.php Log Message: ----------- Fix operators precedence possible issue As "==" has priority over "&", it was firstly checking the equality… which were always true… Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com> Commit: 91f2322747ce896dc36c47ec7a6f3d49d1e07501 https://github.com/phpmyadmin/phpmyadmin/commit/91f2322747ce896dc36c47ec7a6f... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2019-11-03 (Sun, 11 November 2019) +01:00 Changed paths: M po/pt_BR.po Log Message: ----------- Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (3304 of 3304 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/pt_BR/ Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> Commit: 0c66a6a4d17752073d1ef565d386fc72ae223736 https://github.com/phpmyadmin/phpmyadmin/commit/0c66a6a4d17752073d1ef565d386... Author: Olivier Humbert <trebmuh@tuxfamily.org> Date: 2019-11-03 (Sun, 11 November 2019) +01:00 Changed paths: M po/fr.po Log Message: ----------- Translated using Weblate (French) Currently translated at 100.0% (3304 of 3304 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/fr/ Signed-off-by: Olivier Humbert <trebmuh@tuxfamily.org> Commit: 87c5d39074e914da2c7c2e591407a390682330a7 https://github.com/phpmyadmin/phpmyadmin/commit/87c5d39074e914da2c7c2e591407... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2019-11-03 (Sun, 11 November 2019) +01:00 Changed paths: M po/pt_BR.po Log Message: ----------- Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (3329 of 3329 strings) [CI skip] Translation: phpMyAdmin/5.0 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/pt_BR/ Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> Commit: 057118c7424340f04df32a93add2e34de63d4678 https://github.com/phpmyadmin/phpmyadmin/commit/057118c7424340f04df32a93add2... Author: Olivier Humbert <trebmuh@tuxfamily.org> Date: 2019-11-03 (Sun, 11 November 2019) +01:00 Changed paths: M po/fr.po Log Message: ----------- Translated using Weblate (French) Currently translated at 99.9% (3328 of 3329 strings) [CI skip] Translation: phpMyAdmin/5.0 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/fr/ Signed-off-by: Olivier Humbert <trebmuh@tuxfamily.org> Commit: 54bd129defb03db9dc00419aefa01e4f0e97c3fc https://github.com/phpmyadmin/phpmyadmin/commit/54bd129defb03db9dc00419aefa0... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2019-11-04 (Mon, 11 November 2019) -03:00 Changed paths: M libraries/classes/DatabaseInterface.php Log Message: ----------- Merge pull request #15546 from Tithugues/fix/operators-precedence-issue Fix operators precedence possible issue Commit: 89f311b58882b4da5fe8f80eb0640eef0300e465 https://github.com/phpmyadmin/phpmyadmin/commit/89f311b58882b4da5fe8f80eb064... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2019-11-04 (Mon, 11 November 2019) -03:00 Changed paths: M ChangeLog Log Message: ----------- Add a ChangeLog entry for #15546 Fix operators precedence in DatabaseInterface class Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> Commit: e0ee0f8165fc70482e7988ea1787ad435b3997c9 https://github.com/phpmyadmin/phpmyadmin/commit/e0ee0f8165fc70482e7988ea1787... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2019-11-04 (Mon, 11 November 2019) -03:00 Changed paths: M ChangeLog M libraries/classes/DatabaseInterface.php Log Message: ----------- Merge branch 'QA_4_9' into QA_5_0 Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> Commit: bcfeba36d810d9aa9148d89a48f4ab251ec15ad1 https://github.com/phpmyadmin/phpmyadmin/commit/bcfeba36d810d9aa9148d89a48f4... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2019-11-04 (Mon, 11 November 2019) -03:00 Changed paths: M ChangeLog M libraries/classes/DatabaseInterface.php Log Message: ----------- Merge branch 'QA_5_0' Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
participants (1)
-
Hugues Peccatte