Commit History

Autor SHA1 Mensaxe Data
  Oliver Beattie 779e083198 Use constant for default max prepared statements %!s(int64=10) %!d(string=hai) anos
  Oliver Beattie 241b2b965e Fix a panic establishing sessions using NewSession %!s(int64=10) %!d(string=hai) anos
  Phillip Couto 0b7c9be389 Moved address formatting logic to separate function. Added unit testing to prevent regression. %!s(int64=11) %!d(string=hai) anos
  Phillip Couto c21472de6c Added AvailableStreams function to Conn structure. %!s(int64=11) %!d(string=hai) anos
  xoraes ee57399ba2 fixed to ensure that cacert is optional and added comments on usage %!s(int64=11) %!d(string=hai) anos
  xoraes 096ad18ea1 Merge branch 'master' of https://github.com/gocql/gocql %!s(int64=11) %!d(string=hai) anos
  Nick DHUPIA 12fdedb378 added ssl/tls feature for gocql %!s(int64=11) %!d(string=hai) anos
  Muir Manders 763d85a2a1 Fix prepared statement caching bug. %!s(int64=11) %!d(string=hai) anos
  Phillip Couto 2e9ee30926 Added code to pass on flight.err %!s(int64=11) %!d(string=hai) anos
  Nimi Wariboko Jr 5cf06ce3d8 Move up check for error status of prepareStatement to before access of info. %!s(int64=11) %!d(string=hai) anos
  Ben Hood aa38232411 Export all fields of the QueryInfo struct %!s(int64=11) %!d(string=hai) anos
  Ben Hood 80a547fbcd Merge remote-tracking branch 'upstream/master' into expose_query_info %!s(int64=11) %!d(string=hai) anos
  Ben Hood 62dab2c16e Merge remote-tracking branch 'upstream/master' into expose_query_info %!s(int64=11) %!d(string=hai) anos
  Ben Hood b38f2d96fd Only read result column meta data for v2 of the protocol %!s(int64=11) %!d(string=hai) anos
  Ben Hood 43db64a4a5 Read both the query argument and the result metadata %!s(int64=11) %!d(string=hai) anos
  Ben Hood 1113314503 Added godocs %!s(int64=11) %!d(string=hai) anos
  Ben Hood f71c8bb773 The binding callback can now return an error, which will in turn bubble up to the app %!s(int64=11) %!d(string=hai) anos
  Ben Hood 85fd5630d7 Added Bind() to Batch interface %!s(int64=11) %!d(string=hai) anos
  Ben Hood 5be3fcc634 Alternative attempt to expose query binding meta data to the application %!s(int64=11) %!d(string=hai) anos
  Christoph Hack 8a46f2c8b7 dropped go 1.1, added go 1.3 and tip %!s(int64=11) %!d(string=hai) anos
  Ben Hood 5e5d698a1b Added query args length check to batch statements %!s(int64=11) %!d(string=hai) anos
  Ben Hood 553692227e Merge upstream master %!s(int64=11) %!d(string=hai) anos
  Ben Hood 7fd92f1209 Introduce handling for query argument length mismatches %!s(int64=11) %!d(string=hai) anos
  Phillip Couto 567a7eaaba Moved preparedLRU definition to cluster.go as it seems more fitting. Reduced scope of locking for the prepared statement cache in the error handling code when executing batch statement. Improved the test cases. %!s(int64=11) %!d(string=hai) anos
  Phillip Couto 7d8a91b15d Created lru cache using the groupcache/lru package. %!s(int64=11) %!d(string=hai) anos
  Nimi Wariboko 9a7025c769 Check if flight or flight.info is not nil. Without this check a panic then subsequent deadlock can occur %!s(int64=11) %!d(string=hai) anos
  Nimi Wariboko Jr 225752acef Replace case that was made invalid when error structs were exposed to conn.executeQuery for ErrUnprepared. %!s(int64=11) %!d(string=hai) anos
  Nimi Wariboko Jr 5f2aeff0ed If a batch fails because of an unprepared statement, reprepare the statement and redo the batch. %!s(int64=11) %!d(string=hai) anos
  Ben Hood 142a1f6f39 Merge pull request #161 from ChannelMeter/error_response_refactor %!s(int64=11) %!d(string=hai) anos
  Nimi Wariboko Jr ebd7b8e505 Updated conn.go to use new error syntax %!s(int64=11) %!d(string=hai) anos