eclipse-vertx / eclipse-vertx/vertx-sql-client
Custom PostgreSQL type mapping
Open
help wanted
module:pg
- Dominant language
- Java
- Stars
- 912
- Forks
- 212
- Avg merge
- 17h 30m
- Merged PRs (30d)
- 3
Description
PostgreSQL does have a fixed type OID assignments for all the built in types. Extensions will add custom OID that do not have a specific OID and can change according to the database instance.
We need to support such types and have the ability to provide a dynamic mapping so that custom types can be correctly encoded/decoded.
So basically we can
1. start by providing a OID <-> Codec table to the driver by the user (easy to do ?)
2. add an utils to build such table using SQL
Contributor guide
Assessment
This issue has not been assessed yet.