Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LINK MAP projection #9007

Closed
michalstepien opened this issue Sep 8, 2019 · 0 comments
Closed

LINK MAP projection #9007

michalstepien opened this issue Sep 8, 2019 · 0 comments
Assignees
Milestone

Comments

@michalstepien
Copy link

OrientDB Version: 3.0.21

Expected behavior

Can use projection on link map

Actual behavior

UPDATE Company SET addressesMap['testkey'] = (SELECT FROM Address limit 1)
SELECT addressesMap:{*} FROM Company

Produce only {"testkey":"#23:0"}.
Link list and list set working.

@tglman tglman added this to the 3.0.x milestone Jun 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

4 participants