Isaac Janzen 85c88c5d80
DEV: Better handling of no results (#205)
When there were no query results it would throw an error due to `this.resultCount` always passing as it is in the format of

```
"INTEGER - results returned"
```

so we need to grab the first index of the string and check if the integer is great than 0
2022-12-20 16:55:11 -06:00
2022-11-29 15:36:46 +01:00
2020-09-04 13:23:11 +02:00
2021-07-02 10:31:16 +02:00
2020-05-06 18:11:07 +02:00
2020-09-25 11:46:42 -05:00
2022-02-21 20:59:32 +01:00

Data Explorer Plugin

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

For more information, please see: https://meta.discourse.org/t/data-explorer-plugin/32566

Description
SQL Queries for admins in Discourse
Readme MIT 3 MiB
Languages
Ruby 55.5%
JavaScript 41.9%
SCSS 2.6%