Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

Column type 1111 #141

Open
jazzysnake opened this issue Mar 13, 2022 · 1 comment
Open

Column type 1111 #141

jazzysnake opened this issue Mar 13, 2022 · 1 comment

Comments

@jazzysnake
Copy link

Hey, I just started playing around with krangl, but when I was trying to read from a postgresql db I got the following error: Column type 1111 is not yet supported by {krangl}. I haven't found any documentation on it. I checked every column type in the db and they were all converted correctly, besides: org.postgresql.util.PGobject
The PGobject is a list of jsons in the db. Here's a sample:
[
{
"chaincode": "simple",
"set": [
{
"key": "a"
}
]
}
]

@holgerbrandl
Copy link
Owner

Database type mappings are done in https://github.com/holgerbrandl/krangl/blob/master/src/main/kotlin/krangl/Builder.kt#L309
Not sure what 1111 is all about. Could you share some details, so that we could extend the mapper?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants