Closed davesag closed 7 years ago
Hi Dave,
jeah, the test suite currently fails on travis-ci. But it's not a big deal! The failing tests are supposed to fail - but should be handled gracefully.
I'll fix it as soon as I've time to compare my local environment to travis.
Thanks, Philipp
Good to hear. I'll keep an eye out.
tests are running fine for node v0.10, v4 and v6
Hi @PhilWaldmann
I am evaluating Node based ORM systems for use with a multi-database system that includes both traditional SQL (PG to be specific) and Redis (for caching) and OpenRecord looks great.
The only concern I have is the fact that your test suite is currently flagged as failing. A quick look at the Travis report shows test fails for assigning of
primary_keys
which is a bit of a concern.Thanks
Dave