Thomas Meson all time


 0 Collaborator

 5 Patch
65ca4262721b4a1089f998fd9a421306db29b74e, d9b5b8c36495e5862b8a6c73e10d7ae96ea56688, beb14e33f5e7ffd903f4d99d06cdcf2fc3eee9ef, 929922e7e418304a70232dfcd687d3f3c0909825, ef2238f50297c960f9618d8dd445b1d7b1db47d6

65ca4262721b4a1089f998fd9a421306db29b74e | Author: Thomas Meson <zllak@hycik.org>
 | 2019-02-05 17:52:19+01:00

    AUTHORS: add myself

d9b5b8c36495e5862b8a6c73e10d7ae96ea56688 | Author: Thomas Meson <zllak@hycik.org>
 | 2019-02-05 17:18:35+01:00

    query executor: better handling of errors for host selection
    
    We cannot mark the host as failed in case of logical errors, whether it is from
    gocql itself or from the context package.

beb14e33f5e7ffd903f4d99d06cdcf2fc3eee9ef | Author: Thomas Meson <thomas@zen.ly>
 | 2018-06-02 19:09:55+02:00

    ObservedQuery,ObservedBatch: pass the address of the node (#1101)
    
    We can now have the address of the cassandra node which made the
    query/batch.

929922e7e418304a70232dfcd687d3f3c0909825 | Author: Thomas Meson <thomas@zen.ly>
 | 2018-06-02 18:41:58+02:00

    conn: add ConnectObserver (#1100)
    
    Much like the QueryObserver, the ConnectObserver is called when a new connection
    is made.

ef2238f50297c960f9618d8dd445b1d7b1db47d6 | Author: Thomas Meson <thomas@zen.ly>
 | 2018-05-05 14:31:34+02:00

    conn: add missing remove prepared statement from cache on error (#1099)