Skip to content
Snippets Groups Projects
Select Git revision
  • ia2
  • adql2.1-ia2
  • private_rows
  • master default protected
4 results

ADQLTable.java

Blame
    • Grégory Mantelet's avatar
      09fac540
      [ADQL] In the FROM, set a default alias for each table reference · 09fac540
      Grégory Mantelet authored
      (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 ._
      09fac540
      History
      [ADQL] In the FROM, set a default alias for each table reference
      Grégory Mantelet authored
      (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 ._