Changes between Initial Version and Version 1 of Ticket #1900, comment 1


Ignore:
Timestamp:
Nov 2, 2018, 11:05:02 AM (6 years ago)
Author:
Dimitar Misev

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1900, comment 1

    initial v1  
    55
    66I found out why this is the case: the issue only happens when the number of results is >= 27 :-) When grep --quiet matches less than 27 results it's all fine.
     7
     8And I have a feeling of what's actually going on: grep --quiet at some point decides this is enough matches to exit with a 0, so it probably just breaks the pipe before all output is processed, leading to something that rasql didn't expect.