Phillip Couto
|
5cf7b6ee4c
Cleaned up code to streamline the connection being added to the pool and removed code related to old keyspace behaviour.
|
11 years ago |
Phillip Couto
|
3a8fd4cf14
Updated README.md with examples of defining the default keyspace correctly for a session.
|
11 years ago |
Phillip Couto
|
f9a5343db1
Added check to prevent user from executing a use statement from an active session.
|
11 years ago |
Ben Hood
|
bd90dfb432
Merge pull request #141 from relops/closing_connections
|
11 years ago |
Ben Hood
|
1665b39204
Merge remote-tracking branch 'upstream/master' into closing_connections
|
11 years ago |
Ben Hood
|
569b640134
Added test to verify connection leakages
|
11 years ago |
Chris Bannister
|
9e846b3fd2
Merge pull request #139 from harpreet-sawhney/master
|
11 years ago |
Harpreet Sawhney
|
577cd1b366
close connections properly
|
11 years ago |
Ben Hood
|
36fcdadad8
Merge pull request #136 from Zariel/dont-hide-write-error
|
11 years ago |
Chris Bannister
|
daf8c8f8a6
When closing a cluster rmeove its connections instead of closing them
|
11 years ago |
Chris Bannister
|
8d6a888d74
Dont hide the error from write
|
11 years ago |
Ben Hood
|
e6ccb9722d
Merge pull request #137 from Zariel/always-handle-error
|
11 years ago |
Ben Hood
|
7e49292f5c
Merge pull request #138 from Zariel/use-tempory-not-timeout
|
11 years ago |
Chris Bannister
|
eebae68aa6
Instead of checking for timeouts check for Tempoary errors, which will allow 5 timeouts before returning false
|
11 years ago |
Chris Bannister
|
32a6094508
Whenever the connection is closed always call cluster.HandleError
|
11 years ago |
Ben Hood
|
6a13b30721
Merge pull request #133 from relops/decimal_pointer
|
11 years ago |
Ben Hood
|
c0daa5b8ec
Add support for decimals with the SliceMap() interface
|
11 years ago |
Ben Hood
|
bbfb86162b
Merge pull request #132 from phillipCouto/batch_size
|
11 years ago |
Phillip Couto
|
d4a853b532
Reduced BatchSizeMaximum by 1 as 65535 is the true maximum. More than this number in statements to execute will cause the batch to fail.
|
11 years ago |
Phillip Couto
|
538e98db31
Added Size method to batch type so when building a batch statement the user can avoid the maximum limit. Also made the limit a exported constant.
|
11 years ago |
Chris Bannister
|
f419ad3421
Merge pull request #130 from relops/row_data
|
11 years ago |
Chris Bannister
|
1c92237893
Merge pull request #131 from relops/timestamp_type
|
11 years ago |
Chris Bannister
|
e618d79fc0
Merge pull request #126 from skoikovs/prepare_all_batch_types
|
11 years ago |
Ben Hood
|
d1b4151752
Fixed bug with timestamp unmarshalling
|
11 years ago |
Ben Hood
|
17e0e123b3
Export RowData()
|
11 years ago |
Staņislavs Koikovs
|
0d8fa1ce82
Added tests
|
11 years ago |
Staņislavs Koikovs
|
c7da189348
Small clean up
|
11 years ago |
Staņislavs Koikovs
|
c0906d8c0d
Normalize statement before initialization
|
11 years ago |
Staņislavs Koikovs
|
5b6f1833ee
Moved to shouldPrepare func
|
11 years ago |
Christoph Hack
|
0b6b52ec20
Merge pull request #129 from Zariel/fix-fatalf
|
11 years ago |