Skip to content

Failed queries provide no feedback or SQL code #221

@RamiAwar

Description

@RamiAwar

Even though SQL is generated behind the scenes, if a query run fails to execute, no SQL is returned to the frontend.

That's not optimal:

  1. doesn't give a chance for users to correct the query
  2. user doesn't see what's going on
  3. slows down the response time quite a bit (specially with remote DB connections that are already super slow), we could be returning SQL a lot sooner

I think we should think about the 'remove result' pattern again @anthony2261

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions