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

Multi-dimensional Arrays and Allow insertion when Optional field are missing #428

Open
GuptaAman08 opened this issue Nov 14, 2024 · 0 comments

Comments

@GuptaAman08
Copy link

What's on your mind? :)

Hi,
The below are in the context of Typeform, nests, class-validator, and JEST as a test framework.

  1. I was just trying to fetch the saved data that has one of its fields as a multi-dimensional array (For ex. [[lat1, lng1], [lat2, lng2], .....]) but unfortunately, it couldn't return the right data. So, for such fields, it returns the value as [lat1, lat2, ....].
    Whereas trying with Postgres docker container locally works perfectly fine. Can we please add support for this ?

  2. Also, when I am trying to insert data that has some fields as optional in the Typeform Entity schema then for some reason its throws an error which is again not the case with the Postgres docker container running locally. I am not sure on whether this one is implemented or if we need to add the same

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

No branches or pull requests

1 participant