Avoid decoding pyvo query results.
Compare changes
- John Swinbank authored
Recent pyvo, Astropy, etc return results as strings, rather than bytes. Attempting to decode the string as UTF-8 will raise, and the query will fail.
+ 38
− 94
@@ -4,6 +4,7 @@
@@ -149,35 +150,20 @@ class tap_service_connector(query_base):
@@ -185,77 +171,35 @@ class tap_service_connector(query_base):