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
- #10353 money and smallmoney types handler to sql server added — committed to dbeaver/dbeaver by LonwoLonwo 4 years ago
- #10353 enum and set types transfer handler fixed — committed to dbeaver/dbeaver by LonwoLonwo 4 years ago
- Merge pull request #10828 from dbeaver/paramBinding#10353 #10353 parameter binding — committed to dbeaver/dbeaver by serge-rider 4 years ago
- #10353 money type data kind changed — committed to dbeaver/dbeaver by LonwoLonwo 4 years ago
- Merge pull request #10834 from dbeaver/moneytype#10353 #10353 money type data kind changed — committed to dbeaver/dbeaver by serge-rider 4 years ago
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