Phillip Couto
|
3f302ce5c5
Merge pull request #210 from relops/rebind
|
há 11 anos atrás |
Chris Bannister
|
3340da4c1b
Merge pull request #215 from fmccann/TraceWriter
|
há 11 anos atrás |
Fred McCann
|
8a78b623a9
alter NewTraceWriter to return a pointer - go vet was complaining about passing traceWriter's mutex by value
|
há 11 anos atrás |
Ben Hood
|
86ea4afdc6
Merge remote-tracking branch 'upstream/master' into rebind
|
há 11 anos atrás |
Ben Hood
|
fbe049b861
Updated documentation to reflect new API
|
há 11 anos atrás |
Ben Hood
|
ccd93d8b58
s/Rebind/Bind/ and implement the test with an initial Bind() style, since we are not changing the Query() API and already have tests for it
|
há 11 anos atrás |
Chris Bannister
|
c78c7ab06d
Add LocalOne consistency
|
há 11 anos atrás |
Ben Hood
|
498723db83
First shot at sketching out query rebinding
|
há 11 anos atrás |
Ben Hood
|
1113314503
Added godocs
|
há 11 anos atrás |
Ben Hood
|
f71c8bb773
The binding callback can now return an error, which will in turn bubble up to the app
|
há 11 anos atrás |
Ben Hood
|
85fd5630d7
Added Bind() to Batch interface
|
há 11 anos atrás |
Ben Hood
|
5be3fcc634
Alternative attempt to expose query binding meta data to the application
|
há 11 anos atrás |
Jacob Rhoden
|
0c59375361
Add note about query being auto-prepared to Query() function
|
há 11 anos atrás |
Gibheer
|
05273d5b6f
export consistency names
|
há 11 anos atrás |
Phillip Couto
|
06eb28df61
Rebased branch. Fixed code that was altered from the rebase.
|
há 11 anos atrás |
Phillip Couto
|
3783dd1c40
Created the Connection Pool interface and converted the existing connection pool logic to a SimplePool interface.
|
há 11 anos atrás |
Chris Bannister
|
76d52012e9
Remove redundant iter nil check
|
há 11 anos atrás |
Chris Bannister
|
09e353bbec
Use defer to unlock in session.go
|
há 11 anos atrás |
Chris Bannister
|
ef525ee05c
Use better error messages instead of ErrUnavailable
|
há 11 anos atrás |
mihasya
|
818bd933bd
provide some details when encountering a protocol error
|
há 11 anos atrás |
Harpreet Sawhney
|
e2550da4d8
un exporting the shouldQuery method
|
há 11 anos atrás |
Harpreet Sawhney
|
6ed2c7d73f
(cleanup) move shouldPrepare func to being a Query type method
|
há 11 anos atrás |
Phillip Couto
|
f9a5343db1
Added check to prevent user from executing a use statement from an active session.
|
há 11 anos atrás |
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.
|
há 11 anos atrás |
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.
|
há 11 anos atrás |
Staņislavs Koikovs
|
6da46330bf
Updated documentation on iter.Scan()
|
há 11 anos atrás |
Staņislavs Koikovs
|
e4b8bf756e
Merge remote-tracking branch 'upstream/master'
|
há 11 anos atrás |
Phillip Couto
|
093f3395a1
Simplified session.executeQuery to use a pointer to Iter instead of creating a new object.
|
há 11 anos atrás |
Phillip Couto
|
e2264bb7f8
Added retry policies for Query and Batch Statements. Policies can be defined at the cluster or per query. Added test cases for retries and added test case for batch statement limits.
|
há 11 anos atrás |
Staņislavs Koikovs
|
4083742150
Revert changes and allow <nil> interfaces instead
|
há 12 anos atrás |