Commit History

Autor SHA1 Mensaxe Data
  Jacob Rhoden 0c59375361 Add note about query being auto-prepared to Query() function %!s(int64=11) %!d(string=hai) anos
  Gibheer 05273d5b6f export consistency names %!s(int64=11) %!d(string=hai) anos
  Phillip Couto 06eb28df61 Rebased branch. Fixed code that was altered from the rebase. %!s(int64=11) %!d(string=hai) anos
  Phillip Couto 3783dd1c40 Created the Connection Pool interface and converted the existing connection pool logic to a SimplePool interface. %!s(int64=11) %!d(string=hai) anos
  Chris Bannister 76d52012e9 Remove redundant iter nil check %!s(int64=11) %!d(string=hai) anos
  Chris Bannister 09e353bbec Use defer to unlock in session.go %!s(int64=11) %!d(string=hai) anos
  Chris Bannister ef525ee05c Use better error messages instead of ErrUnavailable %!s(int64=11) %!d(string=hai) anos
  mihasya 818bd933bd provide some details when encountering a protocol error %!s(int64=11) %!d(string=hai) anos
  Harpreet Sawhney e2550da4d8 un exporting the shouldQuery method %!s(int64=11) %!d(string=hai) anos
  Harpreet Sawhney 6ed2c7d73f (cleanup) move shouldPrepare func to being a Query type method %!s(int64=11) %!d(string=hai) anos
  Phillip Couto f9a5343db1 Added check to prevent user from executing a use statement from an active session. %!s(int64=11) %!d(string=hai) anos
  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. %!s(int64=11) %!d(string=hai) anos
  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. %!s(int64=11) %!d(string=hai) anos
  Staņislavs Koikovs 6da46330bf Updated documentation on iter.Scan() %!s(int64=11) %!d(string=hai) anos
  Staņislavs Koikovs e4b8bf756e Merge remote-tracking branch 'upstream/master' %!s(int64=11) %!d(string=hai) anos
  Phillip Couto 093f3395a1 Simplified session.executeQuery to use a pointer to Iter instead of creating a new object. %!s(int64=11) %!d(string=hai) anos
  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. %!s(int64=11) %!d(string=hai) anos
  Staņislavs Koikovs 4083742150 Revert changes and allow <nil> interfaces instead %!s(int64=12) %!d(string=hai) anos
  Staņislavs Koikovs effe8de7bf Allow variable number of arguments for iter.Scan() %!s(int64=12) %!d(string=hai) anos
  Christoph Hack 9be9717d49 docs: document typical usage of a session object %!s(int64=12) %!d(string=hai) anos
  Christoph Hack 92ccf5fec6 cleaned up CAS branch a bit %!s(int64=12) %!d(string=hai) anos
  Ben Hood 8d9a57e01e No need to make the caller supply the CAS flag in the binding statement %!s(int64=12) %!d(string=hai) anos
  Ben Hood f1f71b5f46 First cut at adding CAS statements %!s(int64=12) %!d(string=hai) anos
  Niklas Korz 56f9b80150 Checking for other errors first in Query.Scan %!s(int64=12) %!d(string=hai) anos
  Niklas Korz c60915c4c7 Return ErrNotFound when no row matches the query %!s(int64=12) %!d(string=hai) anos
  Christoph Hack 1a181ce13a support for prefetching and lighter Iter struct %!s(int64=12) %!d(string=hai) anos
  Christoph Hack 37e919a109 added session settings %!s(int64=12) %!d(string=hai) anos
  Christoph Hack 9f1b21f87b documented Iter and SnappyCompressor %!s(int64=12) %!d(string=hai) anos
  Christoph Hack bace3dba72 simplified query interface, added more docs %!s(int64=12) %!d(string=hai) anos
  Christoph Hack 492bac0157 added tracing docs %!s(int64=12) %!d(string=hai) anos