Geçmişin Kaydedilmesi

Yazar SHA1 Mesaj Tarih
  Chris Bannister c78c7ab06d Add LocalOne consistency 11 yıl önce
  Ben Hood 1113314503 Added godocs 11 yıl önce
  Ben Hood f71c8bb773 The binding callback can now return an error, which will in turn bubble up to the app 11 yıl önce
  Ben Hood 85fd5630d7 Added Bind() to Batch interface 11 yıl önce
  Ben Hood 5be3fcc634 Alternative attempt to expose query binding meta data to the application 11 yıl önce
  Jacob Rhoden 0c59375361 Add note about query being auto-prepared to Query() function 11 yıl önce
  Gibheer 05273d5b6f export consistency names 11 yıl önce
  Phillip Couto 06eb28df61 Rebased branch. Fixed code that was altered from the rebase. 11 yıl önce
  Phillip Couto 3783dd1c40 Created the Connection Pool interface and converted the existing connection pool logic to a SimplePool interface. 11 yıl önce
  Chris Bannister 76d52012e9 Remove redundant iter nil check 11 yıl önce
  Chris Bannister 09e353bbec Use defer to unlock in session.go 11 yıl önce
  Chris Bannister ef525ee05c Use better error messages instead of ErrUnavailable 11 yıl önce
  mihasya 818bd933bd provide some details when encountering a protocol error 11 yıl önce
  Harpreet Sawhney e2550da4d8 un exporting the shouldQuery method 11 yıl önce
  Harpreet Sawhney 6ed2c7d73f (cleanup) move shouldPrepare func to being a Query type method 11 yıl önce
  Phillip Couto f9a5343db1 Added check to prevent user from executing a use statement from an active session. 11 yıl önce
  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 yıl önce
  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 yıl önce
  Staņislavs Koikovs 6da46330bf Updated documentation on iter.Scan() 11 yıl önce
  Staņislavs Koikovs e4b8bf756e Merge remote-tracking branch 'upstream/master' 11 yıl önce
  Phillip Couto 093f3395a1 Simplified session.executeQuery to use a pointer to Iter instead of creating a new object. 11 yıl önce
  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. 11 yıl önce
  Staņislavs Koikovs 4083742150 Revert changes and allow <nil> interfaces instead 12 yıl önce
  Staņislavs Koikovs effe8de7bf Allow variable number of arguments for iter.Scan() 12 yıl önce
  Christoph Hack 9be9717d49 docs: document typical usage of a session object 12 yıl önce
  Christoph Hack 92ccf5fec6 cleaned up CAS branch a bit 12 yıl önce
  Ben Hood 8d9a57e01e No need to make the caller supply the CAS flag in the binding statement 12 yıl önce
  Ben Hood f1f71b5f46 First cut at adding CAS statements 12 yıl önce
  Niklas Korz 56f9b80150 Checking for other errors first in Query.Scan 12 yıl önce
  Niklas Korz c60915c4c7 Return ErrNotFound when no row matches the query 12 yıl önce