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

fix(information_schema): identity_cycle, is_updatable #2616

Merged
merged 2 commits into from
Feb 10, 2024

Conversation

greyscaled
Copy link
Contributor

@greyscaled greyscaled commented Feb 9, 2024

Noticed these typos while doing something else...just a hygiene skim, and not the result of some error from a pg integration.

Taken from https://www.postgresql.org/docs/current/infoschema-columns.html#INFOSCHEMA-COLUMNS.

From that spec, we are additionally missing the column character_octet_length, which seems like it should be derived as 0 or null based on whether c.data_type is character-based, though maybe just passing in null or even omitting it for now is fine?

@greyscaled greyscaled changed the title fix(information_schema): identity_cycle, is_updatable cols fix(information_schema): identity_cycle, is_updatable Feb 9, 2024
@greyscaled greyscaled self-assigned this Feb 9, 2024
@greyscaled greyscaled enabled auto-merge (squash) February 10, 2024 00:06
@greyscaled greyscaled merged commit d6e7009 into main Feb 10, 2024
22 checks passed
@greyscaled greyscaled deleted the grey/pg-infoschema-columns branch February 10, 2024 00:19
tychoish pushed a commit that referenced this pull request Feb 15, 2024
Noticed these typos while doing something else...just a hygiene skim,
and not the result of some error from a pg integration.

Taken from
https://www.postgresql.org/docs/current/infoschema-columns.html#INFOSCHEMA-COLUMNS.

From that spec, we are additionally missing the column
`character_octet_length`, which seems like it should be derived as 0 or
`null` based on whether `c.data_type` is character-based, though maybe
just passing in `null` or even omitting it for now is fine?
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.

None yet

2 participants