Martin Sucha

Results 163 comments of Martin Sucha

> Yes we can use scanner.Err() or Iter.Close() but, from the documentation it looks like after using them we can no longer use the same iterator(as resources might get released).....

I thought this was already answered above. Until you read the whole iterator, you can't know if there was an error because reading from the iterator might do database queries...

It seems that there weren't changes in code that would be related to this issue between 2016 and now. We need to validate whether this issue still exists and get...

Yeah, could be some metadata related issue. It seems that there are fewer columns in the response than in the metadata? But the metadata is part of the result from...

This is related to #1575, particularly https://github.com/gocql/gocql/issues/1575#issuecomment-933757395

related https://github.com/kiwicom/gocql/pull/6

We already have ConnectObserver, we can add DisconnectObserver from Kiwi.com linked above, that interface seems to work fine.

Hi! Thanks for the pull request. Unfortunately, the proposed change is not a correct fix. It would cause even empty strings that are not null to be unmarshaled as `nil`...

Related to #1508, #1511 and #1447

@rockxsj what is your use case?