core
core copied to clipboard
NodeJS ORM
Bumps [sinon](https://github.com/sinonjs/sinon) from 9.2.4 to 11.1.2. Changelog Sourced from sinon's changelog. 11.1.1 / 2021-05-26 Fix #2379 by using v7 of supports-color 11.1.0 / 2021-05-25 Add sinon.promise() implementation (#2369) Set wrappedMethod...
Bumps [mocha](https://github.com/mochajs/mocha) from 8.4.0 to 9.0.3. Release notes Sourced from mocha's releases. v9.0.3 9.0.3 / 2021-07-25 :bug: Fixes #4702: Error rethrow from cwd-relative path while loading .mocharc.js (@kirill-golovan) #4688: Usage...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Check if we can manage Relation cross connector
Add API for manage reference on an instance.
I think if A ref A or A ref A twice All relations systems will broke. We probably need to throw an exception at least, and introduce a way to...
# Introduction Currently the ORM support direct link A ref B A.linkedWith B !! This issue is an idea to introduce more depth; A ref B B ref C A...
Add operator notLinkedWith (inverse of linkedWith) could be hard to do with a query as parameter, need to "load" everything to enforce that is not linked with; seems impossible...