-
- Downloads
[ADQL,TAP] Fix 2 bugs notified by M.Taylor:
1/ Bad parsing of UDF's parameter type or return type. Database types whose the name has a space (e.g. 'double precision') were not accepted. These type names should be accepted according to TAPRegExt. 2/ An error message thrown by the DBChecker has been modified for the cases the type of a parameter is unknown. Before the returned type was NUMERIC. Now, it will be 'param' followed by the parameter index (e.g. 'param1').
Showing
- src/adql/db/FunctionDef.java 19 additions, 15 deletionssrc/adql/db/FunctionDef.java
- src/adql/db/exception/UnresolvedFunctionException.java 7 additions, 4 deletionssrc/adql/db/exception/UnresolvedFunctionException.java
- test/adql/db/TestDBChecker.java 24 additions, 0 deletionstest/adql/db/TestDBChecker.java
- test/adql/db/TestFunctionDef.java 14 additions, 0 deletionstest/adql/db/TestFunctionDef.java
Please register or sign in to comment