Skip to content

isc_info_sql_relation_alias should not report a quoted alias #8599

Open
@mrotteveel

Description

@mrotteveel

Given the following query:

SELECT a.RDB$CHARACTER_SET_NAME
FROM RDB$CHARACTER_SETS a
WHERE a.RDB$CHARACTER_SET_ID = ? OR a.RDB$BYTES_PER_CHARACTER = ?

Before the schema change, isc_info_sql_relation_alias reported A, now it reports "A". This info item, just like the others, should not contain a quoted value.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions