Historial de Commits

Autor SHA1 Mensaje Fecha
  Nimi Wariboko Jr 570b8b2dc8 Expose error structs hace 11 años
  Nimi Wariboko Jr 0e247a0f39 Added test to ensure library can properly decode error response from cassandra hace 11 años
  Nimi Wariboko Jr ebd7b8e505 Updated conn.go to use new error syntax hace 11 años
  Nimi Wariboko Jr c18370d895 Moved errorFrame and err constants to errors.go, added (*frame.)readError() errorFrame function hace 11 años
  Nimi Wariboko Jr 0879b50f64 Made errorFrame an interface that can implemented by the different types of errors from a cassandra server. hace 11 años
  Ben Hood e617f1d183 Merge pull request #143 from Zariel/better-unavailable-errors hace 11 años
  Christoph Hack 220ee2d9e9 AUTHORS: added Miguel Serrano hace 12 años
  Phillip Couto cc7c55bb35 Merge pull request #158 from miguelvps/stream_unavailable hace 12 años
  Miguel Serrano e93451502d Remove check for available streams hace 12 años
  Chris Bannister 76d52012e9 Remove redundant iter nil check hace 12 años
  Chris Bannister 5acbdd4016 Update test hace 12 años
  Chris Bannister 09e353bbec Use defer to unlock in session.go hace 12 años
  Chris Bannister ef525ee05c Use better error messages instead of ErrUnavailable hace 12 años
  Chris Bannister 66a3c1f877 Merge pull request #153 from opsmatic/protocolerrordetails hace 12 años
  mihasya 818bd933bd provide some details when encountering a protocol error hace 12 años
  Chris Bannister 9f0088a6f9 Merge pull request #149 from phillipCouto/cleaner_reconnect hace 12 años
  Christoph Hack a04b1c8af2 Merge pull request #150 from harpreet-sawhney/remove_should_prepare hace 12 años
  Harpreet Sawhney 1c13825d08 fixed test to use un exported shouldPrepare hace 12 años
  Harpreet Sawhney e2550da4d8 un exporting the shouldQuery method hace 12 años
  Chris Bannister a331ecd561 Merge pull request #147 from harpreet-sawhney/master hace 12 años
  Harpreet Sawhney 6ed2c7d73f (cleanup) move shouldPrepare func to being a Query type method hace 12 años
  Phillip Couto 1bce19d061 Added code to debounce requests to fillPool when calls are in a tight hace 12 años
  Phillip Couto b46e7c51e1 Changed the reconnection logic to reduce the flood of reconnects. Also fixed incorrect keyspace on CreateSession. hace 12 años
  Harpreet Sawhney 5cbfbc041f (cleanup) breaking out compressor from conn hace 12 años
  Phillip Couto 466e11f6c4 Merge pull request #144 from phillipCouto/prevent_use_keyspace hace 12 años
  Phillip Couto 5cf7b6ee4c Cleaned up code to streamline the connection being added to the pool and removed code related to old keyspace behaviour. hace 12 años
  Phillip Couto 3a8fd4cf14 Updated README.md with examples of defining the default keyspace correctly for a session. hace 12 años
  Phillip Couto f9a5343db1 Added check to prevent user from executing a use statement from an active session. hace 12 años
  Chris Bannister 6ddf07546e Merge pull request #142 from Zariel/fix-isclosed-data-race hace 12 años
  Chris Bannister abb0fcdcb0 Fix data race when reading conn.isClosed hace 12 años