vollt
vollt copied to clipboard
Java libraries implementing the IVOA protocol: ADQL, UWS and TAP
Provide a special resource to semi-automatically publish a TAP service on a VO registry, and then keep the registry entry up to date.
The following query: SELECT top 10 a.dec2000, b.dec2000 FROM ph3_mcatalog_fits_V2 a, ph3_mcatalog_fits_V2 b WHERE a.dec2000 between b.dec2000 -0.1 and b.dec2000 + 0.1 and b.ra2000 > a.ra2000 and b.ra2000 < a.ra2000+0.1...
LOW PRIORITY I have a UWS job in PENDING status; If I change the destruction date to a future date, the system works as expected. If I change the destruction...
Columns of type array are not specified as array in the VOTable metadata of the result table. Theoretically, the attribute `arraysize` of a FIELD should indicate the length of the...
Apparently the UNION operator is not supported by your grammar. Would it be possible to add it? Thanks, Alberto
If I issue a query containing a CASE statement I get an error. Example: SELECT top 10 CASE WHEN calib_level = 2 THEN 'default' ELSE 'higher_level' END as level FROM...
Hi Grégory, I am currently [preparing a Debian package for adql](https://bugs.debian.org/855761) (as a prequisite for [STILTS](https://bugs.debian.org/855795)), and Hendrik pointed me to the github repository. I think now it would be...
I have multiple Vollt based TAP services running in docker containers on the same host, each visible on a different port, all made to look "clean" through an Apache proxy....
Hi, I'm currently switching our fork over to using the feature branch supporting ADQL 2.1. I am having some issues with getting the original column name after parsing a query...