dmpayton / reqon

Build simple, read-only RethinkDB queries from JSON
https://reqon.readthedocs.org/
MIT License
2 stars 1 forks source link

Fix between operator #11

Closed dphaener closed 8 years ago

dphaener commented 8 years ago

This fixes the issue where the between operator wasn't accepting an array as the second argument. I had initially believed that this was being unpacked, but that was not the case.

Fixes #10

@dmpayton We should get this merged in and up on Montage ASAP. Aggregator needs this to work.

codecov-io commented 8 years ago

Current coverage is 95.84%

Merging #11 into develop will increase coverage by +0.06% as of c3a197c

@@            develop     #11   diff @@
=======================================
  Files             7       7       
  Stmts           261     265     +4
  Branches          0       0       
  Methods           0       0       
=======================================
+ Hit             250     254     +4
  Partial           0       0       
  Missed           11      11       

Review entire Coverage Diff as of c3a197c

Powered by Codecov. Updated on successful CI builds.