Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QUESTION: Will Beekeeper Support Composite Types for Postgres #2270

Open
DebitCardz opened this issue Jun 19, 2024 · 0 comments
Open

QUESTION: Will Beekeeper Support Composite Types for Postgres #2270

DebitCardz opened this issue Jun 19, 2024 · 0 comments

Comments

@DebitCardz
Copy link

Details:
I'm currently looking to adopt TypeIds for my project because the type-safety of these IDs makes sense for the product I'm making.
TypeId has a SQL Implementation that I'm using which is implemented by these SQL Scripts which practically boils down to this line being used as the base type for all TypeIds, create type "typeid" as ("type" varchar(63), "uuid" uuid);.

Whenever I try to preform actions upon rows with a column that has a TypeId however, I receive this error. input of anonymous composite types is not implemented. The only way I've found to delete rows is to manually execute SQL Queries upon them.
Will this functionality be added to Beekeeper Studio?

Thank you in advance.

Version Information [might be relevant to your issue]
Operating System: Windows 10
App Version 4.1.13
Database type and version [eg Posgresql 9.3]: PostgreSQL 15

Screenshot / GIF [if appropriate]:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant