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

fixing nested object serialization failing for pgsql (fixes #2061) #2064

Conversation

ExtReMLapin
Copy link
Contributor

What does this PR do?

fixing nested object serialization failing for pgsql (fixes #2061)

Checklist

Few unit tests fails but nothing linked to the driver change

@ExtReMLapin
Copy link
Contributor Author

I really can't get JSON and JSONB to work.
Any help would be appreciated

  // PostgreSQL JSONB type
  JSONB(3802, Object.class, -1, value -> parseJson(value)),
  // PostgreSQL JSON type
  JSON(114, Object.class, -1, value -> parseJson(value)),

@ExtReMLapin ExtReMLapin marked this pull request as ready for review March 15, 2025 18:37
@lvca
Copy link
Contributor

lvca commented Mar 20, 2025

@robfrank is your upcoming PR including this?

@robfrank
Copy link
Collaborator

@lvca essentially I started from this and something that I was working on my side.
Thanks @ExtReMLapin!

@ExtReMLapin
Copy link
Contributor Author

ref #2074

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 this pull request may close these issues.

Serialization of List of objects in PGSQL is wrong
3 participants