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

Respect RowDescription.dataTypeModifier where appropriate #350

Open
gwynne opened this issue Apr 21, 2023 · 0 comments
Open

Respect RowDescription.dataTypeModifier where appropriate #350

gwynne opened this issue Apr 21, 2023 · 0 comments
Assignees
Labels
breaking To fix this bug or implement this feature we must break API enhancement New feature or request
Milestone

Comments

@gwynne
Copy link
Member

gwynne commented Apr 21, 2023

The dataTypeModifier, corresponding to pg_attribute.atttypmod in the system tables (ref: https://www.postgresql.org/docs/15/catalog-pg-attribute.html), is currently completely ignored. It is currently only defined for the built-in types varbit and varchar (and any custom types that may need it), but the value is potentially meaningful and should be available during decoding (e.g. provided by PostgresCell etc.)

@gwynne gwynne added the enhancement New feature or request label Apr 21, 2023
@fabianfett fabianfett added this to the 2.0.0 milestone Apr 21, 2023
@fabianfett fabianfett added the breaking To fix this bug or implement this feature we must break API label Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking To fix this bug or implement this feature we must break API enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants