Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(information_schema): identity_cycle, is_updatable (#2616)
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?
- Loading branch information