ono_matope
|
216728519d
Add func (*Query)MapScan(map[string]interface{})
|
11 years ago |
Phillip Couto
|
9bd7e75dd8
Expanded query and batch API to support retrieving the consistency level.
|
11 years ago |
Jeremy Schlatter
|
7051bb1c9b
Fix typos in function comments.
|
11 years ago |
ono_matope
|
7d118cdcd0
Add comment the motivation of MapScanCAS()
|
11 years ago |
ono_matope
|
db419170f4
Refactor Scan/ScanCAS/MapScanCAS common logics
|
11 years ago |
ono_matope
|
26bd73c1de
Remove an unnecessary if branch.
|
11 years ago |
ono_matope
|
0c5afd2ea3
Add MapScanCAS() to capture a prev row safety.
|
11 years ago |
Phillip Couto
|
2e1ebd5c1b
Abstracted the Retry Policy logic to allow for custom policies.
|
11 years ago |
Phillip Couto
|
f4cc7cb76c
Added stats to Batch struct
|
11 years ago |
Phillip Couto
|
ae293f4d6c
Added stats to Query structure.
|
11 years ago |
Phillip Couto
|
3f302ce5c5
Merge pull request #210 from relops/rebind
|
11 years ago |
Chris Bannister
|
3340da4c1b
Merge pull request #215 from fmccann/TraceWriter
|
11 years ago |
Fred McCann
|
8a78b623a9
alter NewTraceWriter to return a pointer - go vet was complaining about passing traceWriter's mutex by value
|
11 years ago |
Ben Hood
|
86ea4afdc6
Merge remote-tracking branch 'upstream/master' into rebind
|
11 years ago |
Ben Hood
|
fbe049b861
Updated documentation to reflect new API
|
11 years ago |
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
|
11 years ago |
Chris Bannister
|
c78c7ab06d
Add LocalOne consistency
|
11 years ago |
Ben Hood
|
498723db83
First shot at sketching out query rebinding
|
11 years ago |
Ben Hood
|
1113314503
Added godocs
|
11 years ago |
Ben Hood
|
f71c8bb773
The binding callback can now return an error, which will in turn bubble up to the app
|
11 years ago |
Ben Hood
|
85fd5630d7
Added Bind() to Batch interface
|
11 years ago |
Ben Hood
|
5be3fcc634
Alternative attempt to expose query binding meta data to the application
|
11 years ago |
Jacob Rhoden
|
0c59375361
Add note about query being auto-prepared to Query() function
|
11 years ago |
Gibheer
|
05273d5b6f
export consistency names
|
11 years ago |
Phillip Couto
|
06eb28df61
Rebased branch. Fixed code that was altered from the rebase.
|
11 years ago |
Phillip Couto
|
3783dd1c40
Created the Connection Pool interface and converted the existing connection pool logic to a SimplePool interface.
|
11 years ago |
Chris Bannister
|
76d52012e9
Remove redundant iter nil check
|
11 years ago |
Chris Bannister
|
09e353bbec
Use defer to unlock in session.go
|
11 years ago |
Chris Bannister
|
ef525ee05c
Use better error messages instead of ErrUnavailable
|
11 years ago |
mihasya
|
818bd933bd
provide some details when encountering a protocol error
|
11 years ago |