Artem Chernyshev all time


 0 Collaborator

 2 Patch
8732fd0d3c5528d3f4320af3a75a4713fc16140a, ff243aa32ae514cbd3680b1bccacbe01666893b2

8732fd0d3c5528d3f4320af3a75a4713fc16140a | Author: Artem Chernyshev <artem.chernyshev@emc.com>
 | 2016-05-25 15:33:24+03:00

    Implemented WithTimestamp function in gocql.Batch
    
    This function is an addition to DefaultTimestamp function.
    Using this function enables defaultTimestamp flag, but instead of
    generating new timestamp, it is possible to set it's value explicitly.
    
    It's equal to USING TIMESTAMP x in the statement, but does not break
    prepared query optimization.
    
    Similar to #706 PR but for batches.

ff243aa32ae514cbd3680b1bccacbe01666893b2 | Author: Artem Chernyshev <artem.0xD2@gmail.com>
 | 2015-11-25 18:33:09+03:00

    Added a method which returns true if iterator reached end of the page
    
    and new page is available.