Andrey Smirnov all time


 0 Collaborator

 2 Patch
ce3aa4df07b942d72684088dc52dbf5f765dd53a, 2bf83d6636b7a4f96a35636a39d4c7eb1133dc63

ce3aa4df07b942d72684088dc52dbf5f765dd53a | Author: Andrey Smirnov <smirnov.andrey@gmail.com>
 | 2015-10-09 16:43:58+03:00

    Add myself to AUTHORS.

2bf83d6636b7a4f96a35636a39d4c7eb1133dc63 | Author: Andrey Smirnov <smirnov.andrey@gmail.com>
 | 2015-10-09 01:25:23+03:00

    Add support for tuple marshalling
    
    Also add unit-tests for tuple marshalling and unmarshalling.
    
    Marshalling tuples is required when tuple is part of collection
    (e.g. set<frozen<tuple<text,text>>>) and Cassandra doesn't support
    placeholders inside collections when parsing queries.