Include shard_id in results from query

Issue #2031 resolved
Former user created an issue

Hi. My situation is the following: I want to get, in a query, from which shard each row came from. This is because I don't have a rule for saving rows, since I only query on the dbs. And I can't tell from where each row came from using only the information in the database. So I made this small patch that fixes my issue.

Comments (4)

  1. Log in to comment