Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Inconsistent Errors using backticks #447

Closed
@theodesp

Description

@theodesp

Currently, if you use backticks in the wrong place you get a different error code. For example:

Mysql-8

mysql> select ceil(`1.2`);
ERROR 1054 (42S22): Unknown column '1.2' in 'field list'

go-mysql-server

mysql> select ceil (`8.88`);
ERROR 1105 (HY000): unknown error: column "8.88" could not be found in any table in scope

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