SQL_NO_TOTAL error on text larger than 4096 bytes
Vagif Verdi <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <1647179.Zl5ivul4V3@octopus> |
I am using haskell bindings to unixodbc and freetds. They work fine with freetds 0.82 and unixodbc 2.3.0 But upgrade to freetds 0.91 and unixodbc 2.3.1 breakes it. Now it gives me a SQL_NO_TOTAL error on text larger than 4096 bytes. I submitted bug to hdbc-odbc lib here: https://github.com/hdbc/hdbc- odbc/issues/4 I looked through the code of haskell bindings and it does not handle SQL_NO_TOTAL. Just returns an error. Can anyone tellme what changed either in freetds or in unixodbc to cause it to return SQL_NO_TOTAL instead of just the length of the field ? Can we bring the old functionality back ? Or if not, how to correctly respond to SQL_NO_TOTAL ? Regards, Vagif Verdi