artem all time


 0 Collaborator

 1 Patch
1519b38be66e31274c914681d69f5169867a274a

1519b38be66e31274c914681d69f5169867a274a | Author: artem <artem.0xD2@gmail.com>
 | 2016-04-11 21:38:38+03:00

    Implemented WithTimestamp function in gocql.Query
    
    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.