cayley/graph
Andrew Dunham 0355b89f54 Don't save non-errors in the memstore iterator
As per the following link, io.EOF is returned to signal "no more items".
Thus, we don't treat this as an error, and don't save it.

https://godoc.org/github.com/cznic/b#Enumerator
2015-04-15 11:46:26 -07:00
..
bolt Make Close() method on Iterators return an error 2015-04-14 20:17:31 -07:00
gaedatastore Make Close() method on Iterators return an error 2015-04-14 20:17:31 -07:00
iterator Add an additional static type assertion 2015-04-15 11:17:33 -07:00
leveldb Make Close() method on Iterators return an error 2015-04-14 20:17:31 -07:00
memstore Don't save non-errors in the memstore iterator 2015-04-15 11:46:26 -07:00
mongo Make Close() method on Iterators return an error 2015-04-14 20:17:31 -07:00
iterator.go Remove graph.Err helper function 2015-04-15 11:15:55 -07:00
iterator_test.go Convert Type fields to use graph.Type 2014-09-05 09:49:15 +09:30
primarykey.go Merge master and gaedatastore branch 2015-04-04 19:09:33 -04:00
primarykey_test.go Primary key refactoring re. Un/Marshaling of JSON and the unique keys, plus the ApplyDelta() and 'defensive' changes introduced by Kortshack, also did some tidying up. 2015-02-25 10:40:27 +01:00
quadstore.go renamed GetType() to Type(), fixed iterator tests 2015-02-21 23:55:36 +01:00
quadwriter.go Clean up a little lint and some shadowed variables 2015-02-21 16:21:48 -05:00
result_tree_evaluator.go Simplify Nexter interface 2014-08-01 09:15:02 +09:30
result_tree_evaluator_test.go Remove terminal newline from quad.Quad stringer 2014-07-31 11:43:20 +09:30