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:
-- auto-generated definition
create table StoreDoc
(
StoreDocID int identity constraint PK_StoreDoc primary key with (fillfactor = 80),
-- etc...
)
Beekeeper Studio:

TablePlus:

Data
Data (4 length int):

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