You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issues with type int mapping to Java.lang.Long instead of int. "CodecNotFoundException: Codex not found for requested operation: [INT <-> java.lang.Long]
The text was updated successfully, but these errors were encountered:
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.
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;
Issues with type int mapping to Java.lang.Long instead of int. "CodecNotFoundException: Codex not found for requested operation: [INT <-> java.lang.Long]
The text was updated successfully, but these errors were encountered: