Added date tests to basic-querying to ensure client encoding is applied ...#328
Added date tests to basic-querying to ensure client encoding is applied ...#328wwoods wants to merge 1 commit into1602:masterfrom
Conversation
…ed to queries as well as data.
|
This test cases specific to sql (and other adapter supporting 'lt' operator) right? Would be great to test it separately and not in basic querying section. |
|
Ah, didn't think about some adapters not supporting lt. Where would you recommend it be set up..? I'm not too familiar with the jugglingdb code, if you point me in the right direction I'd be happy to fix up this request to be friendly to drivers without lt support. |
|
Redis adapter doesn't support that feature. Just use separate file named On Fri, Sep 27, 2013 at 5:17 PM, Walt Woods notifications@github.comwrote:
|
...to queries as well as data. At least the client driver for rethinkdb was exhibiting broken behavior when dates were queried, even though all tests were passing previously.