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.
+ 31
− 88
@@ -4,6 +4,7 @@
@@ -154,30 +155,14 @@ class tap_service_connector(query_base):
@@ -185,77 +170,35 @@ class tap_service_connector(query_base):