-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql: pg_type_is_visible does not handle user-defined types #60008
Copy link
Copy link
Closed
Labels
A-sql-builtinsSQL built-in functions and semantics thereof.SQL built-in functions and semantics thereof.A-sql-datatypesSQL column types usable in table descriptors.SQL column types usable in table descriptors.A-tools-sqlalchemyC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.S-3-wrong-metadataIssues causing erroneous metadata or monitoring stats to be returned.Issues causing erroneous metadata or monitoring stats to be returned.
Metadata
Metadata
Assignees
Labels
A-sql-builtinsSQL built-in functions and semantics thereof.SQL built-in functions and semantics thereof.A-sql-datatypesSQL column types usable in table descriptors.SQL column types usable in table descriptors.A-tools-sqlalchemyC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.S-3-wrong-metadataIssues causing erroneous metadata or monitoring stats to be returned.Issues causing erroneous metadata or monitoring stats to be returned.
The following should return
true, but it returnsnull.the
pg_type_is_visibleonly checks for the hardcoded list of builtin types.