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

Fix handling of array of objects #20

Closed
sebastianwessel opened this issue Jun 22, 2024 · 0 comments · Fixed by #23
Closed

Fix handling of array of objects #20

sebastianwessel opened this issue Jun 22, 2024 · 0 comments · Fixed by #23
Assignees

Comments

@sebastianwessel
Copy link
Owner

sebastianwessel commented Jun 22, 2024

Example definition

DEFINE FIELD vendors ON TABLE book TYPE array<object> DEFAULT [];
DEFINE FIELD vendors[*].name ON TABLE book TYPE string;
DEFINE FIELD vendors[*].price ON TABLE book TYPE number;

Currently, nested field names are not handled correctly.

See: #12 (comment)

@sebastianwessel sebastianwessel self-assigned this Jun 22, 2024
@sebastianwessel sebastianwessel linked a pull request Jun 22, 2024 that will close this issue
sebastianwessel added a commit that referenced this issue Jun 22, 2024
…of-objects

fix: Fix handling of array of objects #20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant