Linca 12a3fdc246 FIX: Don't add only: nil serializing options of data explorer results (#381)
`only: nil` will cause ArraySerializer to overwrite the default Serializer
settings, which will cause Topic, Post, etc. to be serialized as empty
`{}`. We need to exclude the configuration without only.

The current test case only ensures that no error is raised, but does not
guarantee the accuracy of the result, which indirectly introduces this
bug. Additional tests are added to ensure consistent results.
2025-07-07 08:46:49 +08:00
2025-05-07 15:17:34 +02:00
2024-10-14 13:39:24 +02:00
2023-12-01 16:47:54 +01:00
2025-02-24 11:21:21 +08: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

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