Subject: | LongReadLen and DBD::Sybase |
I'm not entirely sure that this should actually be a bug report for
Apache::DBI, but it's Apache::DBI code that's getting referenced in the
error, so i'm putting it here.
When using Apache::DBI with DBD::Sybase 1.08 and freetds 0.64, i get
this line repeatedly in the error log.
Setting of CS_OPT_TEXTSIZE failed. at
/usr/lib/perl5/site_perl/5.8.8/Apache/DBI.pm line 277.
This happens whenever Apache::DBI attempts to reset LongReadLen to it's
initial state. In order to not get the log spam i've just added a next
if $key eq 'LongReadLen' into the code, but that's obviously not a good
fix either (but fixes my log spam problem, and hasn't seemed to cause
anything else too horrible.
Everything still works alright, but the log spam isn't exactly desirable.