v0.5.6
Check if pageSize is zero, this happens when a IQL Result is empty. Also, Python 3.7 changed the behaviour of generators where one is supposed to just return instead of raising StopIteration. This commit does that.
Check if pageSize is zero, this happens when a IQL Result is empty. Also, Python 3.7 changed the behaviour of generators where one is supposed to just return instead of raising StopIteration. This commit does that.