baruch / rethink-miner

A data mining helper for rethinkdb, collect your queries and keep them for reuse
22 stars 4 forks source link

On error display full query #57

Open baruch opened 10 years ago

baruch commented 10 years ago

When there is an error in a query the error message from rethinkdb will include the initial part of the query only, it makes it harder to debug the query in the explorer without knowing what is the full query. This is especially important for generated queries like histograms and the like where the user did not create the entire query himself.