directus-extension-custom-query-panel icon indicating copy to clipboard operation
directus-extension-custom-query-panel copied to clipboard

An easy to use insight panel to see custom raw query data from database

Results 4 directus-extension-custom-query-panel issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi team I was able to create query, it seems to run successfully (returning status code of 200) ![image](https://github.com/7span/directus-extension-custom-query-panel/assets/43697906/a31718a3-bd13-4de9-a7b2-da7f3d247e4e) However, it did not show any item in the table ![image](https://github.com/7span/directus-extension-custom-query-panel/assets/43697906/10688f66-42c5-47a3-b74a-90f27b331d11)...

Hello, this is basically opening up the whole database to the public. Shouldn't be at least a very big warning about that in the README? This extension is very useful,...

This PR corrects the data structure in the endpoint response. It changes the response to return `executedQueryData.rows` instead of `executedQueryData[0]`, ensuring the full query result set is properly retrieved.

I'm not able to see my custom query panel in the panel section fro my insights.. I follow the instructions as you mentioned. Am I missing something?