Re: FreeTDS problems with converting SQL BigInt
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <CAHt6W4d=_CKN9CrbrbfNUpsqfQKdP-EZ1vVozohyiXMh0v_KKg@mail.gmail.com> |
2013/9/16 James K. Lowden <[email protected]>: > On Mon, 16 Sep 2013 10:30:54 -0700 (PDT) > Feroze Daud <[email protected]> wrote: > >> I am using odbc. >> >> I know 0.64 is not supported, but I dont have the liberty to upgrade. >> I could make a case for upgrading if this bug is fixed in 0.82. >> >> Is this a known bug that was fixed in 0.82? > > Even 0.82 is five years old now. > > The unit test src/odbc/unittests/const_params.c uses an output > parameter of type integer. I'd suggest modifying it to test a bigint > instead. If it fails, that's a bug worth fixing. If it succeeds, you > have your solution. > > HTH. > genparams already contains a test for input and output using bigint. Frediano