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

Support JSONB columns #1537

Closed
wayne-o opened this issue Apr 25, 2024 · 4 comments
Closed

Support JSONB columns #1537

wayne-o opened this issue Apr 25, 2024 · 4 comments

Comments

@wayne-o
Copy link
Contributor

wayne-o commented Apr 25, 2024

Are there any plans to support JSONB columns atm? We are using JSONB in PGSQL and would like to use it more but JADNC doesn't support it - I think because of the IIdentifiable constraint?

@bkoelman
Copy link
Member

bkoelman commented Apr 25, 2024

Hi @wayne-o, thanks for asking. Can you elaborate a bit, ie what do you expect? Is this the same as #1439?

@wayne-o
Copy link
Contributor Author

wayne-o commented Apr 26, 2024

Hi @wayne-o, thanks for asking. Can you elaborate a bit, ie what do you expect? Is this the same as #1439?

Ah yes I guess it is (I did search for JSONB and that didn't come up), is there any time being spent on this currently? Am I right in thinking that the root complexity will stem from the IIdentifiable constraint required on Resource classes?

@bkoelman
Copy link
Member

is there any time being spent on this currently?

No. I'm currently the only contributor and my focus is on OpenAPI.

Am I right in thinking that the root complexity will stem from the IIdentifiable constraint required on Resource classes?

The resource graph has no concept of complex attributes, where the nested data is keyless. This is a prerequisite for usage in query strings. I haven't thought this through yet, nor done any experiments. You're welcome to give it a try and figure out what would work best.

@bkoelman
Copy link
Member

bkoelman commented May 4, 2024

Closing as a duplicate of #1439. Please let me know when you start working on this.

@bkoelman bkoelman closed this as not planned Won't fix, can't repro, duplicate, stale May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants