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.