mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-04 13:44:17 +08:00
The validity checking for parameter values being passed in expects them all to be strings, then casts them to their appropriate type after confirming that they're valid. Rather than bypassing these checks, it's safer to convert the values to strings, then continue with the existing validity checks. |
||
|---|---|---|
| .. | ||
| app | ||
| assets | ||
| config | ||
| db/migrate | ||
| lib | ||
| spec | ||
| test/javascripts | ||
| plugin.rb | ||
| README.md | ||
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