Nimi Wariboko Jr all time


 0 Collaborator

 19 Patch
516d6d2b48caec96a848df2f29b7c699cad857be, 8d27cdeae224463cadc1ee973386862baaf6662e, e45b2c302d9ddfb9f16a1ceb09144d592e1ee990, fc7fbf7e07d9939d2b1162adef5625cb5f79a04d, 475be1ed0ba30c7f4e9c2650af74188bab8b5076, 1bc2997a1ec44ca76243741c153defc9ab8e49a7, 5cf06ce3d8f584f8c3710bd7c7fa6296e72662b9, 11820ec24183e4ae4e0b8eb12da650f942b0b9d5, 91a482abd07459eacdfd7a1b952d75239c2d9642, 3fe06b71f83514034008aa66144d80a6a949b5b1, 225752acef3e6c66145bb635d75b79a8b1f063ff, 5f2aeff0ed1b5e0442f59a0ba7bbc64941233d61, 570b8b2dc8d36dd7e0540c8e1e069cb6e0a66899, 0e247a0f39ffc900327a9b2b1f68cb5e076da0e3, ebd7b8e505fc48c117ac96f7a73b87b1f2ddde01, c18370d8955a4d6c3bec6132359346c7be490dc3, 0879b50f6435ed7dc0dece171db978025fe7b2d0, 6aad082f873c3bdb00d98126a4e91f59638de7e3, cf160bc4513fa85a33ab88a0f7103ec844670fcb

516d6d2b48caec96a848df2f29b7c699cad857be | Author: Nimi Wariboko Jr <nimiwaribokoj@gmail.com>
 | 2016-04-16 01:52:36-07:00

    Get table metadata for materialized views.

8d27cdeae224463cadc1ee973386862baaf6662e | Author: Nimi Wariboko Jr <nimi@channelmeter.com>
 | 2016-03-01 19:01:31-08:00

    Add support for Cassandra 3 system_schema metadata

e45b2c302d9ddfb9f16a1ceb09144d592e1ee990 | Author: Nimi Wariboko Jr <nimi@channelmeter.com>
 | 2015-10-30 16:28:51-07:00

    Refresh ring only if DiscoverHosts is true. Fixes #512

fc7fbf7e07d9939d2b1162adef5625cb5f79a04d | Author: Nimi Wariboko Jr <nimi@channelmeter.com>
 | 2015-10-19 22:27:53-07:00

    Encode the UDT field as null if the struct value is nil. Fixes #501.

475be1ed0ba30c7f4e9c2650af74188bab8b5076 | Author: Nimi Wariboko Jr <nimi@channelmeter.com>
 | 2015-10-15 18:44:47-07:00

    Add ExecuteBatchCAS and MapExecuteBatchCAS functions for using batches with LWT. Fixes #453

1bc2997a1ec44ca76243741c153defc9ab8e49a7 | Author: Nimi Wariboko Jr <nimi@channelmeter.com>
 | 2015-05-14 17:00:08-07:00

    Fix bitshit order in udt length calculation

5cf06ce3d8f584f8c3710bd7c7fa6296e72662b9 | Author: Nimi Wariboko Jr <nimi@channelmeter.com>
 | 2014-07-28 03:33:21-07:00

    Move up check for error status of prepareStatement to before access of info.

11820ec24183e4ae4e0b8eb12da650f942b0b9d5 | Author: Nimi Wariboko Jr <nimi@channelmeter.com>
 | 2014-05-07 15:09:23-07:00

    Refactor reprepare statement tests

91a482abd07459eacdfd7a1b952d75239c2d9642 | Author: Nimi Wariboko Jr <nimi@channelmeter.com>
 | 2014-05-07 13:41:56-07:00

    Use Pool.Pick() rather than Node.Pick()

3fe06b71f83514034008aa66144d80a6a949b5b1 | Author: Nimi Wariboko Jr <nimi@channelmeter.com>
 | 2014-05-07 13:15:27-07:00

    Add tests to ensure queries are re-prepared

225752acef3e6c66145bb635d75b79a8b1f063ff | Author: Nimi Wariboko Jr <nimi@channelmeter.com>
 | 2014-05-07 13:14:45-07:00

    Replace case that was made invalid when error structs were exposed to conn.executeQuery for ErrUnprepared.

5f2aeff0ed1b5e0442f59a0ba7bbc64941233d61 | Author: Nimi Wariboko Jr <nimi@channelmeter.com>
 | 2014-05-04 22:35:04-07:00

    If a batch fails because of an unprepared statement, reprepare the statement and redo the batch.

570b8b2dc8d36dd7e0540c8e1e069cb6e0a66899 | Author: Nimi Wariboko Jr <nimi@channelmeter.com>
 | 2014-05-04 22:28:03-07:00

    Expose error structs

0e247a0f39ffc900327a9b2b1f68cb5e076da0e3 | Author: Nimi Wariboko Jr <nimi@channelmeter.com>
 | 2014-04-30 22:15:05-07:00

    Added test to ensure library can properly decode error response from cassandra

ebd7b8e505fc48c117ac96f7a73b87b1f2ddde01 | Author: Nimi Wariboko Jr <nimi@channelmeter.com>
 | 2014-04-30 22:04:50-07:00

    Updated conn.go to use new error syntax

c18370d8955a4d6c3bec6132359346c7be490dc3 | Author: Nimi Wariboko Jr <nimi@channelmeter.com>
 | 2014-04-30 22:03:56-07:00

    Moved errorFrame and err constants to errors.go, added (*frame.)readError() errorFrame function

0879b50f6435ed7dc0dece171db978025fe7b2d0 | Author: Nimi Wariboko Jr <nimi@channelmeter.com>
 | 2014-04-30 21:58:51-07:00

    Made errorFrame an interface that can implemented by the different types of errors from a cassandra server.

6aad082f873c3bdb00d98126a4e91f59638de7e3 | Author: Nimi Wariboko Jr <nimi@channelmeter.com>
 | 2014-03-03 14:55:54-08:00

    Was using wrong variable to retrieve begin keyword

cf160bc4513fa85a33ab88a0f7103ec844670fcb | Author: Nimi Wariboko Jr <nimi@channelmeter.com>
 | 2014-03-03 12:24:12-08:00

     is a DML query as well, make sure it is prepared. Fixes #117