eclipse-vertx / eclipse-vertx/vertx-sql-client

Custom PostgreSQL type mapping

Open
#343 12 comments 2 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.