ivoa-std / ADQL

Astronomical Data Query Language Standard
https://wiki.ivoa.net/twiki/bin/view/IVOA/ADQL
Creative Commons Attribution Share Alike 4.0 International
7 stars 7 forks source link

Fix `IN_UNIT` example with unit inference. #37

Closed gmantele closed 4 years ago

gmantele commented 4 years ago

IN_UNIT(10, 'deg') is unitless and raises and error ; so IN_UNIT(ra + IN_UNIT(10, 'deg'), 'rad') can not be 'OK'. This example has no sense.

Problem raised by @Zarquan in PR #27

gmantele commented 4 years ago

Of course, you can ;-)