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

See original GitHub issue

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)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:15 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
LonwoLonwocommented, Nov 16, 2021

Hello @MAH69IK

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

1reaction
Thomas-1985commented, Mar 31, 2021

For me it is working in 21.0.1 (Mac OS)

DBMS: MariaDB 10.5.4 (source and destination)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Problem with binding parameters - DBeaver Forum • View topic
Hello, MySQL doesn't support this way of parameters binding ( ":agent_id" isn't a valid parameter name). You have to specify dynamic ...
Read more >
Why do I get this DBeaver error when importing data from a ...
I've upgraded to DDeaver version 21.2.0 and everything is working now. I was getting the error trying to export a query to a...
Read more >
DBeaver user guide
Navigate menu allows navigation through scripts and database objects. Search menu provides options to search among files, database objects and across data. SQL ......
Read more >
DBeaver Community - RSSing.com
Problem with unreachable last row/column was fixed; “Open With” action now uses configuration from last data export; Find/replace issues were ...
Read more >
alinex-book.pdf
I did not go into special tools because that depends on the type of ... support for error message and describe methods from...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found