Closed olebole closed 7 months ago
Hi @olebole , this is a prolem with the metadata for this table. E.g. SELECT TOP 10 * FROM TAP_SCHEMA.schemas
works. One idea would be to use the tap interface via a plain http client and then run stilts votlint
on it.
The '' is not the problem: qstr[0]="select TOP 10 from gdr2.gaia_source where priam_flags IS NOT NULL AND flame_flags IS NOT NULL" qstr[1]="select TOP 10 * from gdr2.sso_source"
Both return with no error. There are also examples for other daiquiri instances It's the handling of NULL values, here for an int column. The error message is misleading.....
AFAIK, the error does not occur anymore. I'm not quiet sure when this was fixed.
When I include an asterisk as 'catch-all' in a TAP query, an error is returned:
This is independent of whether one chooses ADQL or PostgreSQL as language. It does not happen in the Web interface. I tried it on several Daiquiri instances (MuseWIDE, Gaia, Rave, Applause), all with the same result.