Closed ethervoid closed 7 years ago
Executed the tests and everything is OK:
----------------------------------------------------------------------
Ran 764 tests in 487.342s
OK (SKIP=24)
----------------------------------------------------------------------
Ran 84 tests in 312.151s
OK
@javitonino should be fixed by now. All tests passes and manual tests worked fine too
Been doing acceptance with some different examples than suggested, and it works nicely, great job 👏
Right now we're doing INNER JOINS when we JOIN the _procgeoms and the data so we end up with NULL value instead of id, NULL value. We need to have the id available to make the JOIN at the end of the query and provide results like this:
// @juanignaciosl for awareness