Skip to content

Improve Portal describe #245

@sunng87

Description

@sunng87

This is an issue we ran into in GreptimeDB.

According to postgres behavior, for extended protocol parameter types, we will prefer to use client given types. If client didn't provide parameter types, or the type oid is 0 (which is an empty type oid), we will use server types as fallback.

Our current behavior is using server types always, this may break client driver like JDBC when it tries to use a bigint for timestamp.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions