Text column truncating data — only one of two identical columns affected

Hey all, weird issue. I have two text columns that store prompts. Same structure, similar length (~10k chars). One saves fine. The other gets cut off. character_maximum_length is NULL (no limit) SELECT LENGTH() shows truncated Full SQL query also returns truncated data... Dashboard shows truncated... Only started noticing this the past couple days but haven't seen it today yet... Anyone seen this before?
1 Reply
ibrahim
ibrahim2d ago
Were you saving these prompts via the frontend from the same piece of code. Does your column have an upper bound like description character varying(10000) not null,

Did you find this page helpful?