Skip to content

Changes to correctly propagate errors in IVOA TAP queries

Stelios requested to merge issue/propagate-ivoa-error into master

The queryMap object was not correctly propagating the status and results for a query that returned a message containing an "ERROR". This change contains a fix to correctly identify this, and propagate it correctly.

Merge request reports