Skip to content

Columns [meta] and [type] included in mssql query #53

@rnam415

Description

@rnam415

When connecting to a SQL Server instance, [type] and [meta] columns are ending up in the raw sql query.

"errors": [
{
"status": "500",
"code": "EUNKNOWN",
"title": "An unknown error has occured",
"detail": "Something broke when connecting to the database - Invalid column name 'meta'."
}
]

SELECT [id], [type], [meta], [first_name], [last_name], [phone_number], [middle_name], [title], [suffix], [email_address], [birth_date], [date_created], [date_modified], [address_line1], [address_line2], [address_line3], [address_line4], [city], [state], [postal_code], [country], [clark_region] FROM [workers] AS [workers];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions