Mandukhai-Alimaa opened a new pull request, #3601:
URL: https://github.com/apache/arrow-adbc/pull/3601

   This PR fixes an issue in the PostgreSQL driver’s parameter binding logic 
where empty strings were incorrectly treated as NULL values.
   
   Null detection was inferred from param_lengths[col] == 0 and empty strings 
(valid zero-length values) were misclassified as NULL. 
   
   Closes #3585 


-- 
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]

Reply via email to