dbeaver / dbeaver

Free universal database tool and SQL client
https://dbeaver.io
Apache License 2.0
39.35k stars 3.4k forks source link

[RisingWave] Error is thrown after several db tree refresh #23028

Open DariaMarkaryan opened 6 months ago

DariaMarkaryan commented 6 months ago

Description

Steps to reproduce: Refresh one of the RisingWave node in the database navigator. This error will continue to occur until you reconnect to the database

SQL Error [XX000]: ERROR: Failed to execute the statement

Caused by these errors (recent errors listed first):
  1: failed to format binary value
  2: Feature is not yet implemented: the pgwire extended-mode encoding for character varying[] is unsupported
Tracking issue: https://github.com/risingwavelabs/risingwave/issues/7949

https://github.com/dbeaver/dbeaver/assets/43252954/ccc21218-ecc2-43f3-b89a-359c309fcd7a

DBeaver Version

24.0.0

Operating System

win10

Database and driver

No response

Steps to reproduce

No response

Additional context

No response

neverchanje commented 6 months ago

👍 There is an ongoing PR that will fix this issue: https://github.com/risingwavelabs/risingwave/pull/15614