Historique des commits

Auteur SHA1 Message Date
  Chris Bannister 3ac2b43b9f Merge pull request #718 from Zariel/write-frame-error il y a 9 ans
  Chris Bannister e79953ea9b frame: fix header over read il y a 9 ans
  Chris Bannister bc884d17d2 frame: dont use naked returns in readHeader il y a 9 ans
  Chris Bannister c85296bee7 frame: add writeFailure error il y a 9 ans
  artem 1519b38be6 Implemented WithTimestamp function in gocql.Query il y a 9 ans
  Rob McColl 7b1caf3559 Adds parsing / handling for CQLv4 Custom Payload, bytes map, access via Iter il y a 9 ans
  Chris Bannister 6e6042ceaf marshal: fix udt nil collection marshalling il y a 9 ans
  Chris Bannister ddda62507c Dont read row bytes from framer until scan il y a 10 ans
  Chris Bannister 83f9932a7a replace resultSchemaChangedFrame with event frames il y a 10 ans
  Chris Bannister 9f72a59cfe store the full prepared info returned from prepare il y a 10 ans
  Chris Bannister d3c6beeb24 skip metadata for queries which are not cas il y a 10 ans
  Chris Bannister fe0ee93162 test: move Stream0 test to conn_test and mock il y a 10 ans
  Chris Bannister 3b1e36f335 Merge pull request #551 from Zariel/event-frames il y a 10 ans
  Shawn Smith 28a781fc5b fix typos il y a 10 ans
  Chris Bannister 3dcc63b0a9 improve frame string methods il y a 10 ans
  Chris Bannister 732282f2ca add support for events il y a 10 ans
  Chris Bannister 97953282d8 add register frame il y a 10 ans
  Chris Bannister 69051b37de Correctly handle missing UDT fields in Marshal il y a 10 ans
  Chris Bannister e5248ed2fb add internal control connection il y a 10 ans
  Chris Bannister d8a24ba3e6 dont defensivly copy bytes in the framer il y a 10 ans
  Chris Bannister d0dbd15082 dont recycle framers until closing iters il y a 10 ans
  Adam Weiner d7339ffe6a add ParseConsistency() to frame.go - convert text consistencies to their gocql constant il y a 10 ans
  Chris Bannister bbe3d93b83 fix untyped consts il y a 10 ans
  Chris Bannister b4e2ff39e2 add v4 read_failure and function_failure errors il y a 10 ans
  Chris Bannister 2755a00db6 add custom payload and warnings il y a 10 ans
  Chris Bannister 6b4a5e5a2c Update frame for proto v4 prepared and events il y a 10 ans
  Chris Bannister ad3a9ca8a6 ensure columnCount is not negative il y a 10 ans
  Chris Bannister 0cb58fe42c Switch between append and prealloc il y a 10 ans
  Chris Bannister f2175ae442 Dont allocate all the columninfo upfront il y a 10 ans
  Chris Bannister c573f5db2c ensure we have enough bytes to read 1 byte il y a 10 ans