Closed LaXKo closed 2 weeks ago
This Pull Request addresses an issue in the DBI.pm
file where the syb_db_use()
function was truncating database names longer than 32 characters when using the ct_command
method. The solution implemented bypasses the DSN "database" parameter and instead uses an explicit "USE
Consider adding comments or documentation to explain the rationale behind bypassing the DSN "database" parameter and using the explicit "USE
This update improves connection stability and prevents issues with database names exceeding length limits, as encountered in some Sybase or FreeTDS configurations.