spot-next/core-next

Implement impex "&ref" support

Closed this issue · 1 comments

Allow to reference items created in the same impex to be references without PK or any other unique criteria but rather with a "virtual" reference only available during import:

INSERT Catalog ; id   ; &ref
               ; test ; catalogRef

INSERT Product ; id       ; catalog(&ref)
               ; testProd ; catalogRef

implemented in develop, will be in next release