Skip to content

[Admin] Make prepared statements queryable with SQL #1519

Description

@levkk

Allow the user to send a SELECT statement to interact with the prepared statements view (SHOW PREPARED).

Example

SELECT * FROM show_prepared() ORDER BY memory_used;

This we want to support:

  1. selecting specific columns
  2. selecting all columns
  3. ordering by 1 or more columns (ORDER BY clause)
  4. filtering by 1 or more columns (WHERE clause)

Build this as a generic "query engine" inside admin and apply to SHOW PREPARED. Follow up issues will be to apply it to all other views.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    acceptedThe issue is added to our backlog.

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions