taohuangtao opened a new issue, #37238: URL: https://github.com/apache/shardingsphere/issues/37238
## Question When using ShardingSphere Proxy 5.5.2 with a PostgreSQL database, reading bytea fields results in the loss of trailing bytes, and the number of bytes lost varies across different data entries. The data in my table is consistently 10240 bytes, and the length calculated using the OCTET_LENGTH function is correct. However, when retrieving the data via getBytes and printing the length, it is incorrect. Directly connecting to the PostgreSQL database works correctly. <img width="2366" height="686" alt="Image" src="https://github.com/user-attachments/assets/a31f5e99-4531-4b74-862a-af1ff6a50c83" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
