Skip to content

SimpleName->getFullName() #16

@staabm

Description

@staabm

when running the query SELECT COALESCE(null, gesperrt, freigabe1u1) from ada thru the ast, I get the following function call expression:

grafik

the SimpleName of the arguments atm only contain a local name, but not a full qualified name including the reference to the table like ada.gesperrt (or maybe even prefixed with the database name included).

I guess thats something SimpleName->getFullName() should return, but is not yet implemented, right?

public function getFullName(): string
{
return $this->name;
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions