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

CodecNotFound #7

Open
hannahvv opened this issue Dec 9, 2024 · 2 comments
Open

CodecNotFound #7

hannahvv opened this issue Dec 9, 2024 · 2 comments

Comments

@hannahvv
Copy link

hannahvv commented Dec 9, 2024

Issues with type int mapping to Java.lang.Long instead of int. "CodecNotFoundException: Codex not found for requested operation: [INT <-> java.lang.Long]

@dbschema-pro
Copy link
Owner

Could you please indicate how to reproduce this issue? Is it a SELECT statement, or during schema reverse engineer? Please provide a CREATE TABLE statemenet.

@hannahvv
Copy link
Author

DbSchema community edition has no issues. Using the driver on another application such as DBeaver causes errors despite using the same driver.

A simple table creation such as CREATE TABLE table1 ( id TEXT, value INT, PRIMARY KEY((id))); will cause the CodecNotFoundException for a simple SELECT query like SELECT * FROM table1;

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

2 participants