-
- Downloads
[ADQL] Fix a sub-query bug. No DBTable was set on an ADQLTable having a
sub-query. Without this information, it was impossible to resolve columns makingreference to sub-queries of the clause FROM. See the JUnit test case for a concrete example. (error raised by Hendrik Heinl - ARI/GAVO)
Showing
- src/adql/query/from/ADQLTable.java 17 additions, 8 deletionssrc/adql/query/from/ADQLTable.java
- test/adql/db/TestSeveralSubQueries.java 44 additions, 0 deletionstest/adql/db/TestSeveralSubQueries.java
- test/adql/db/subquery_test_tables.xml 301 additions, 0 deletionstest/adql/db/subquery_test_tables.xml
Loading
Please register or sign in to comment