mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-02-06 03:28:14 +00:00
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
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
Languages
Ruby
57%
JavaScript
32.6%
Handlebars
7.7%
SCSS
2.7%