You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Especially SPARQLModelAdapter._query_paginate_grouped and SPARQLModelAdapter._query_paginate_ungrouped should support async; currently those methods execute the main query and the counter query synchronously.
The text was updated successfully, but these errors were encountered:
SPARQLModelAdapter.query
should be asynchronous.Especially
SPARQLModelAdapter._query_paginate_grouped
andSPARQLModelAdapter._query_paginate_ungrouped
should support async; currently those methods execute the main query and the counter query synchronously.The text was updated successfully, but these errors were encountered: