vollt icon indicating copy to clipboard operation
vollt copied to clipboard

Java libraries implementing the IVOA protocol: ADQL, UWS and TAP

Results 59 vollt issues
Sort by recently updated
recently updated
newest added

I was notified by @mbtaylor that the capabilities endpoint from our TAP service does not show information regarding ADQL language features related to geometries (or `adqlgeo`). I was surprised because...

enhancement

DaCHS declares some UDFs with parameter or return values of array type, e.g.: ``` ivo_histogram(val REAL, lower REAL, upper REAL, nbins INTEGER) -> INTEGER[] ``` Such declarations are currently rejected...

I've have been working on adding array support into VOLLT lately and I have partially succeeded: * What works: Queries using array columns, and UDF which support them as parameters...

Parser support for binary operators (ADQL 2.1)

enhancement

The default WEB interface is based in an HTLM form. There is no way to retrieve the complete UWS query URL. This would be helpful however for instance to replay...

When we run a query from the default web page, the resulting files are stored as `sync`. It would be nice to set a proper HTTP header helping the browser...

Hi, this is more of a heads up than an issue per se, but it is bound to happen when old servlet containers reach EOL, or when people want to...

Ok this is not a normal situation however this may be improved to be ignored so the service is back again for valid tables ? Anyway, this is more an...

I developed some custom functions by implementing `UserDefinedFunction`. One of these functions returns a Timestamp (a DATE in the signature), but when it is in one of the return columns...

bug

I noticed that the `ADQLParser` is not thread safe: I was reusing the same instance and noticed that the generated queries were incorrect. This is not necessarily a bug, but...

bug