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

DBChecker.java

  • gmantele's avatar
    84ede4bf
    [ADQL] Fix a bug reported by M. Taylor about qualified table name: · 84ede4bf
    gmantele authored
    when in a table definition (extension of DBTable) no schema is
    specified, it was possible to prefix the table name by a fake
    schema name ; it was checked at all:
    e.g. "SELECT * FROM no_schema.foo".
    This is no longer possible: if no schema is specified, no schema
    must be used in an ADQL query. But if one is specified, the schema
    prefix is optional.
    84ede4bf
    History
    [ADQL] Fix a bug reported by M. Taylor about qualified table name:
    gmantele authored
    when in a table definition (extension of DBTable) no schema is
    specified, it was possible to prefix the table name by a fake
    schema name ; it was checked at all:
    e.g. "SELECT * FROM no_schema.foo".
    This is no longer possible: if no schema is specified, no schema
    must be used in an ADQL query. But if one is specified, the schema
    prefix is optional.