Chris Bannister
|
4780c25d06
conn: pass context through startup chain
|
9 years ago |
Chris Bannister
|
6ed31b206e
conn: dont auto set protocol to 2
|
9 years ago |
Chris Bannister
|
437c5ceaa1
query: add context support (#710)
|
9 years ago |
artem
|
1519b38be6
Implemented WithTimestamp function in gocql.Query
|
9 years ago |
Chris Bannister
|
1b219436fa
auth will needs to read more than one startup response frame
|
9 years ago |
Chris Bannister
|
8cd8afac84
conn: fix startup race
|
9 years ago |
Chris Bannister
|
733b8bc264
remove rogue println from conn
|
9 years ago |
woodsaj
|
a4051028e5
close call.timeout to prevent deadlock. fixes #664
|
9 years ago |
Chris Bannister
|
cd6790d4ae
conn: close call timeout on write error
|
9 years ago |
Chris Bannister
|
de3d3cd820
fix batch error propogation
|
9 years ago |
Chris Bannister
|
1fc753f0b8
conn: recycle call query timeout timers
|
9 years ago |
Muir Manders
|
b023df01af
Don't crash on bad peers.
|
9 years ago |
Chris Bannister
|
2d49157aa7
store the hostInfo on the connection
|
9 years ago |
Chris Bannister
|
27ba892354
conn: closeWithError shoudl always try to deliver
|
9 years ago |
Chris Bannister
|
eaff639252
query: add NoSkipMetadata option
|
9 years ago |
Chris Bannister
|
8c402edb61
Merge pull request #616 from Zariel/simplify-prepared-lru
|
9 years ago |
Chris Bannister
|
32d78cee3b
dont reset prepared statements after schema chages, add test
|
9 years ago |
Chris Bannister
|
45c7cec18e
simplify the prepared cache access
|
9 years ago |
Chris Bannister
|
ddda62507c
Dont read row bytes from framer until scan
|
10 years ago |
Chris Bannister
|
83f9932a7a
replace resultSchemaChangedFrame with event frames
|
10 years ago |
Chris Bannister
|
ed8274a131
reset statements LRU after getting a schema change update
|
10 years ago |
Chris Bannister
|
9f72a59cfe
store the full prepared info returned from prepare
|
10 years ago |
Chris Bannister
|
d3c6beeb24
skip metadata for queries which are not cas
|
10 years ago |
Chris Bannister
|
4cb95a4314
make statment cache local to session
|
10 years ago |
Chris Bannister
|
fe0ee93162
test: move Stream0 test to conn_test and mock
|
10 years ago |
Chris Bannister
|
d16cdd272b
batch: return an iter containing an error like queries
|
10 years ago |
Chris Bannister
|
a3e64991c8
dont expose the conn host yet
|
10 years ago |
Chris Bannister
|
94f8614b24
store the hostinfo on the conn it is dialed
|
10 years ago |
Chris Bannister
|
0d2035c9ee
improve schema inconsitent error
|
10 years ago |
Chris Bannister
|
c18e5b3ba2
after reading an event dont try to dispatch it
|
10 years ago |