Brett Snyder test_and_ci all time


 2 Collaborator
Benjamin Lerer , Jake Luciani

 3 Patch
411c56014d3eb8fdd001c2381c376c968cdef499, 483c745334619ff19df8469f565b5346e7b2a5d0, 21065423c6ce5a92194994bfa9e441d1d2b86b0a

411c56014d3eb8fdd001c2381c376c968cdef499 | Author: T Jake Luciani <jake@apache.org>
 | 2016-05-06 11:36:04-04:00

    Prohibit reversed counter type as part of the primary key. Check the actual CQL3Type to get the base type from the abstract type when comparing against CounterColumnType.
    
    Patch by Brett Snyder; reviewed by tjake for CASSANDRA-9395

483c745334619ff19df8469f565b5346e7b2a5d0 | Author: Brett Snyder <bsnyder@iland.com>
 | 2015-10-02 11:41:04-05:00

    Prohibit reversed counter type as part of the primary key. Check the actual CQL3Type to get the base type from the abstract type when comparing against CounterColumnType.
    
    Patch by Brett Snyder; reviewed by tjake for CASSANDRA-9395

21065423c6ce5a92194994bfa9e441d1d2b86b0a | Author: Brett Snyder <bsnyder788@gmail.com>
 | 2015-09-09 21:49:14+02:00

    Fix update/delete behavior for static lists
    
    patch by Brett Snyder; reviewed by Benjamin Lerer for CASSANDRA-9838