mpeppler / DBD-Sybase

Sybase driver for perl's DBI module
8 stars 3 forks source link

User and Password limit to 32 char #115

Closed garnier-quentin closed 2 years ago

garnier-quentin commented 2 years ago

Hi,

We use MSSQL in the cloud and we have user and password with more than 32 chars. Freetds since version 0.91 allows it: https://lists.ibiblio.org/pipermail/freetds/2013q4/028708.html

The limit seems to be in that function: https://metacpan.org/release/MEWP/DBD-Sybase-1.19/source/dbdimp.c#L1191

Thanks for your help.

garnier-quentin commented 2 years ago

Thanks for the quick fix.