Skip to content

[BUG] query columns error  #491

@ijidan

Description

@ijidan

table name : group
query statement : show columns IN group
error description:
image
related code : sql.diver.QueryWithConnection(sql.conn, sql.dialect.ShowColumns(sql.TableName))
how to fix : sql.diver.QueryWithConnection(sql.conn,sql.dialect.ShowColumns("@"+sql.TableName+"@")) replace @ with `

Metadata

Metadata

Assignees

No one assigned

    Labels

    🐛bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions