Rishabh a285a38e9c FIX: Allow the Data Explorer API to set LIMIT to "ALL"
Fixes a bug that prevented returning unlimited rows.

Example request:
{{base_url}}/admin/plugins/explorer/queries/6/run?api_key={{api_key}}&api_username={{api_username}}&limit=ALL

From the PostgreSQL docs: "LIMIT ALL" is treated as no limit
https://www.postgresql.org/docs/current/static/sql-select.html#SQL-LIMIT
2019-01-23 16:18:06 +05:30
2018-09-10 14:02:00 -04:00
2017-12-07 17:54:31 -05:00
2018-11-29 11:08:29 -05:00
2017-12-07 17:54:31 -05:00
2018-08-14 15:59:59 +10:00

discourse-data-explorer

This plugin allows admins to run SQL queries against the live Discourse database, including parameterized queries and formatting for several common column types.

Details at: https://meta.discourse.org/t/data-explorer-plugin/32566

Description
SQL Queries for admins in Discourse
Readme MIT 3.3 MiB
Languages
Ruby 57%
JavaScript 32.6%
Handlebars 7.7%
SCSS 2.7%