-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
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.