dbeaver: Error "Object parameter [...] binding not supported" with custom base types (DBeaver 7.2.4, PostgreSQL 13)

Windows 10 + DBeaver 7.2.4 + PostgreSQL 13 (tunnels or proxies not used). The bug is only in the case of using custom base types. For example:

CREATE EXTENSION uint;  -- add unsigned int datatypes / https://github.com/petere/pguint
CREATE TABLE test(id uint4);
INSERT INTO test VALUES(5);

If you then try to add or change any value in the “id” column via the DBeaver interface, an error occurs: “Object parameter […] binding not supported” (pguint is a popular extension, written by PostgreSQL Core Team member). Version 7.2.1 is working correctly with uint types.

In the process of fixing this bug, please also fix the following 4 artifacts with user base types: … (at the @LonwoLonwo request, this 4 artifacts were issued with a separate ticket #10818 as feature request)

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 15 (7 by maintainers)

Commits related to this issue

Most upvoted comments

Hello @MAH69IK

You can create a new ticket for this. Please add to the ticket table DDL and data samples for investigation.

Hi! I got some error on Linux with DBeaver 21.2.5 CE and ClickHouse with IPv4 data types. When I try delete row I receive Object parameter [<my_IP>] binding not supported. Can you fix please?

For me it is working in 21.0.1 (Mac OS)

DBMS: MariaDB 10.5.4 (source and destination)

@LonwoLonwo Сreated a new ticket for artifacts with user base types #10818 as feature request