Chris Bannister
|
ddda62507c
Dont read row bytes from framer until scan
|
9 年之前 |
Chris Bannister
|
83f9932a7a
replace resultSchemaChangedFrame with event frames
|
10 年之前 |
Chris Bannister
|
9f72a59cfe
store the full prepared info returned from prepare
|
10 年之前 |
Chris Bannister
|
d3c6beeb24
skip metadata for queries which are not cas
|
10 年之前 |
Chris Bannister
|
fe0ee93162
test: move Stream0 test to conn_test and mock
|
10 年之前 |
Chris Bannister
|
3b1e36f335
Merge pull request #551 from Zariel/event-frames
|
10 年之前 |
Shawn Smith
|
28a781fc5b
fix typos
|
10 年之前 |
Chris Bannister
|
3dcc63b0a9
improve frame string methods
|
10 年之前 |
Chris Bannister
|
732282f2ca
add support for events
|
10 年之前 |
Chris Bannister
|
97953282d8
add register frame
|
10 年之前 |
Chris Bannister
|
69051b37de
Correctly handle missing UDT fields in Marshal
|
10 年之前 |
Chris Bannister
|
e5248ed2fb
add internal control connection
|
10 年之前 |
Chris Bannister
|
d8a24ba3e6
dont defensivly copy bytes in the framer
|
10 年之前 |
Chris Bannister
|
d0dbd15082
dont recycle framers until closing iters
|
10 年之前 |
Adam Weiner
|
d7339ffe6a
add ParseConsistency() to frame.go - convert text consistencies to their gocql constant
|
10 年之前 |
Chris Bannister
|
bbe3d93b83
fix untyped consts
|
10 年之前 |
Chris Bannister
|
b4e2ff39e2
add v4 read_failure and function_failure errors
|
10 年之前 |
Chris Bannister
|
2755a00db6
add custom payload and warnings
|
10 年之前 |
Chris Bannister
|
6b4a5e5a2c
Update frame for proto v4 prepared and events
|
10 年之前 |
Chris Bannister
|
ad3a9ca8a6
ensure columnCount is not negative
|
10 年之前 |
Chris Bannister
|
0cb58fe42c
Switch between append and prealloc
|
10 年之前 |
Chris Bannister
|
f2175ae442
Dont allocate all the columninfo upfront
|
10 年之前 |
Chris Bannister
|
c573f5db2c
ensure we have enough bytes to read 1 byte
|
10 年之前 |
Chris Bannister
|
9db0f56206
fix reading short bytes not checking for enough bytes in the buffer
|
10 年之前 |
Chris Bannister
|
619641c580
Ensure that frames are not bigger than the max
|
10 年之前 |
Chris Bannister
|
859f523787
ensure we catch panics in readTrace
|
10 年之前 |
Chris Bannister
|
c2d8f27013
check for negative number of rows when parsing results frame
|
10 年之前 |
Chris Bannister
|
ae2ddd1c7c
be more careful when reading the headers, check sizes of the buffer and for valid versions
|
10 年之前 |
Chris Bannister
|
58d90fab97
bounds check when reading from the buffer
|
10 年之前 |
Chris Bannister
|
f42867acbd
frame: catch panics from parsing
|
10 年之前 |