Skip to content

Bug: Unexpected error in Console #70

Description

@mccuskk

Plugin version

v1.0.0-rc2

Tabularis app version

0.23.0

Operating system

Fedora 44

What happened?

In console executing "show search_path" showed an error rather than showing the search_path

Steps to reproduce

In a Console execute:

show search_path

Error message, if any

Error {
    kind: Db,
    cause: Some(
        DbError {
            severity: "ERROR",
            parsed_severity: Some(
                Error,
            ),
            code: SqlState(
                E42601,
            ),
            message: "syntax error at or near \"LIMIT\"",
            detail: None,
            hint: None,
            position: Some(
                Original(
                    18,
                ),
            ),
            where_: None,
            schema: None,
            table: None,
            column: None,
            datatype: None,
            constraint: None,
            file: Some(
                "scan.l",
            ),
            line: Some(
                1236,
            ),
            routine: Some(
                "scanner_yyerror",
            ),
        },
    ),
}

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

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions