Page MenuHomeIn-Portal Phabricator
  • Changed Files
  • branches/5.3.x/core/admin_templates/tools/sql_query.tpl

INP-1545 - Enable SQL syntax highlight in "Tools > Query Database" section
ClosedPublic

Authored by alex on Mar 19 2016, 6:54 AM.

Details

Test Plan
  1. login to Admin Console
  2. go to ToolsQuery Database section
  3. enter any SQL query into the textarea (e.g. SELECT * FROM Users WHERE Id = 5;)
  4. confirm, that MySQL keywords in entered SQL are highlighted (not black on white as regular text)

Diff Detail

Repository
rINP In-Portal
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

alex updated this revision to Diff 502.Mar 19 2016, 6:54 AM
alex retitled this revision from to INP-1545 - Enable SQL syntax highlight in "Tools > Query Database" section.
alex updated this object.
alex edited the test plan for this revision. (Show Details)
alex added 1 JIRA issue(s): INP-1545.
glebs accepted this revision.Apr 26 2016, 2:51 AM
glebs edited edge metadata.
This revision is now accepted and ready to land.Apr 26 2016, 2:51 AM
This revision was automatically updated to reflect the committed changes.