Skip to content
Commit 09fac540 authored by Grégory Mantelet's avatar Grégory Mantelet
Browse files

[ADQL] In the FROM, set a default alias for each table reference

(i.e. not a subquery).

The idea is to avoid ambiguous error messages coming from the database when
raising an error on a table or column name having different DB and ADQL names.

This commit sets by default an alias on each table reference. This default
alias is the ADQL table name as it is used in the ADQL query.

_This commit fixes the GitHub issue #108 ._
parent e136017d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment