Page MenuHomeIn-Portal Phabricator

INP-1859 - Escape MySQL 8.3 keywords
Needs ReviewPublic

Authored by alex on Sat, Jul 19, 7:25 AM.

Details

Reviewers
erik
Test Plan
NOTE: Require In-Commerce module to be installed.
  1. login to the Admin Console
  2. go to the Website & ContentStructure & DataProducts section (you should be on the Products tab)
  3. switch to the Sections tab
  4. add a Sub Products section (category)
  5. go to the Website & ContentStructure & DataProductsSub Products section (you should be on the Products tab)
  6. create a downloadable product in Active status with 1 file in it
  7. login to the Front-End
  8. go to the Products > Sub Products category and buy above-created product
  9. go to the Admin Console
  10. go to the {anv E-commerce > Orders} section (you should be on the Pending tab)
  11. confirm, that just submitted sales order is shown in there
  12. select just submitted sales order
  13. click on the Approve toolbar button
  14. confirm, that:
    • the sales order is longer shown in the Pending orders grid
    • no SQL error about reserved Grouping keyword in MySQL 8.x happened (blocks script execution in Debug Mode)

Diff Detail

Repository
rINP In-Portal
Branch
/in-portal/branches/5.2.x
Lint
Lint ErrorsExcuse: Unrelated.
SeverityLocationCodeMessage
Errormodules/in-commerce/units/orders/orders_event_handler.php:2898PHPCS.E.CodingStandard.Strings.ConcatenationSpacing.NoSpaceAfterCodingStandard.Strings.ConcatenationSpacing.NoSpaceAfter
Errormodules/in-commerce/units/orders/orders_event_handler.php:2898PHPCS.E.CodingStandard.Strings.ConcatenationSpacing.NoSpaceAfterCodingStandard.Strings.ConcatenationSpacing.NoSpaceAfter
Errormodules/in-commerce/units/orders/orders_event_handler.php:2898PHPCS.E.CodingStandard.Strings.ConcatenationSpacing.NoSpaceBeforeCodingStandard.Strings.ConcatenationSpacing.NoSpaceBefore
Errormodules/in-commerce/units/orders/orders_event_handler.php:2898PHPCS.E.CodingStandard.Strings.ConcatenationSpacing.NoSpaceBeforeCodingStandard.Strings.ConcatenationSpacing.NoSpaceBefore
Unit
No Unit Test Coverage
Build Status
Buildable 11106
Build 3806: arc lint + arc unit

Event Timeline

alex created this revision.Sat, Jul 19, 7:25 AM
alex requested review of this revision.Sat, Jul 19, 7:25 AM