Open sugendran opened 10 years ago
I've gotten pretty far with the azure table storage adapter. The one thing i'm running into is that when the test suite does model.first({id: x}) the comparisons object only has the field name without a value. So the tests fail on that.
Here is my commit adding the adapter. https://github.com/sugendran/model/commit/dd65ef9efa910e000052aedac2dc9fe0a297e5e6
PS: didn't want to make a pull request since the tests aren't all passing.
I've gotten pretty far with the azure table storage adapter. The one thing i'm running into is that when the test suite does model.first({id: x}) the comparisons object only has the field name without a value. So the tests fail on that.
Here is my commit adding the adapter. https://github.com/sugendran/model/commit/dd65ef9efa910e000052aedac2dc9fe0a297e5e6