We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Database version (Ex: PostgreSQL 10.0): Microsoft SQL Server 2008
TablePlus version (the number on the welcome or about screen, Ex: build 81): build 192
Linux distro (Ex: Ubuntu 18.04): Ubuntu 22.04
The steps to reproduce this issue:
This happens also when running an SQL query too. I believe that this happens to all int data types.
DataGrip DDL:
-- auto-generated definition create table StoreDoc ( StoreDocID int identity constraint PK_StoreDoc primary key with (fillfactor = 80), -- etc... )
Beekeeper Studio:
TablePlus:
Data (4 length int):
Data (5 length int) see that data is truncated:
The text was updated successfully, but these errors were encountered:
Fixed.
Sorry, something went wrong.
No branches or pull requests
Please answer the questions below, it helps us to track the issue.
Database version (Ex: PostgreSQL 10.0): Microsoft SQL Server 2008
TablePlus version (the number on the welcome or about screen, Ex: build 81): build 192
Linux distro (Ex: Ubuntu 18.04): Ubuntu 22.04
The steps to reproduce this issue:
This happens also when running an SQL query too. I believe that this happens to all int data types.
Structure:
DataGrip DDL:
Beekeeper Studio:

TablePlus:

Data
Data (4 length int):

Data (5 length int) see that data is truncated:

The text was updated successfully, but these errors were encountered: