Nimi Wariboko Jr
|
5cf06ce3d8
Move up check for error status of prepareStatement to before access of info.
|
hace 11 años |
Ben Hood
|
aa38232411
Export all fields of the QueryInfo struct
|
hace 11 años |
Ben Hood
|
80a547fbcd
Merge remote-tracking branch 'upstream/master' into expose_query_info
|
hace 11 años |
Ben Hood
|
62dab2c16e
Merge remote-tracking branch 'upstream/master' into expose_query_info
|
hace 11 años |
Ben Hood
|
b38f2d96fd
Only read result column meta data for v2 of the protocol
|
hace 11 años |
Ben Hood
|
43db64a4a5
Read both the query argument and the result metadata
|
hace 11 años |
Ben Hood
|
1113314503
Added godocs
|
hace 11 años |
Ben Hood
|
f71c8bb773
The binding callback can now return an error, which will in turn bubble up to the app
|
hace 11 años |
Ben Hood
|
85fd5630d7
Added Bind() to Batch interface
|
hace 11 años |
Ben Hood
|
5be3fcc634
Alternative attempt to expose query binding meta data to the application
|
hace 11 años |
Christoph Hack
|
8a46f2c8b7
dropped go 1.1, added go 1.3 and tip
|
hace 11 años |
Ben Hood
|
5e5d698a1b
Added query args length check to batch statements
|
hace 11 años |
Ben Hood
|
553692227e
Merge upstream master
|
hace 11 años |
Ben Hood
|
7fd92f1209
Introduce handling for query argument length mismatches
|
hace 11 años |
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.
|
hace 11 años |
Phillip Couto
|
7d8a91b15d
Created lru cache using the groupcache/lru package.
|
hace 11 años |
Nimi Wariboko
|
9a7025c769
Check if flight or flight.info is not nil. Without this check a panic then subsequent deadlock can occur
|
hace 11 años |
Nimi Wariboko Jr
|
225752acef
Replace case that was made invalid when error structs were exposed to conn.executeQuery for ErrUnprepared.
|
hace 11 años |
Nimi Wariboko Jr
|
5f2aeff0ed
If a batch fails because of an unprepared statement, reprepare the statement and redo the batch.
|
hace 11 años |
Ben Hood
|
142a1f6f39
Merge pull request #161 from ChannelMeter/error_response_refactor
|
hace 11 años |
Nimi Wariboko Jr
|
ebd7b8e505
Updated conn.go to use new error syntax
|
hace 11 años |
Phillip Couto
|
3783dd1c40
Created the Connection Pool interface and converted the existing connection pool logic to a SimplePool interface.
|
hace 11 años |
Miguel Serrano
|
e93451502d
Remove check for available streams
|
hace 11 años |
mihasya
|
818bd933bd
provide some details when encountering a protocol error
|
hace 11 años |
Harpreet Sawhney
|
e2550da4d8
un exporting the shouldQuery method
|
hace 11 años |
Harpreet Sawhney
|
6ed2c7d73f
(cleanup) move shouldPrepare func to being a Query type method
|
hace 11 años |
Harpreet Sawhney
|
5cbfbc041f
(cleanup) breaking out compressor from conn
|
hace 11 años |
Phillip Couto
|
466e11f6c4
Merge pull request #144 from phillipCouto/prevent_use_keyspace
|
hace 11 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 11 años |
Chris Bannister
|
abb0fcdcb0
Fix data race when reading conn.isClosed
|
hace 11 años |