diegogub / aranGO

Golang driver for ArangoDB
Apache License 2.0
125 stars 31 forks source link

Fix FetchOne returning not enough elements #37

Closed jurrian closed 8 years ago

jurrian commented 8 years ago

This should fix this issue where FetchOne with a limit incorrectly returned limit - 1 elements.

diegogub commented 8 years ago

@jurrian thanks, you could also check v2 branch. All new changes Im commiting on that branch.