Menu

Acces to the TDS connection informations

2009-04-06
2013-04-29
  • Yannick Gingras

    Yannick Gingras - 2009-04-06

    Greetings Pymssql devs,
      I work on an application that uses pymssql and that will not work unless I put "tds version = 8.0" in freetds.conf.  The problem is a bit obscure: if I have  "tds version = 7.0" or lower, whenever I select a bigint, Python's Decimal will stop adding up properly.  As an example, (Decimal(2) + Decimal(5)) != Decimal(7).

    Is there a way beside parsing freetds.conf for me to check what's the "tde version" of my connexion?

     
    • A

      A - 2009-04-21

      Sorry this was the bug in pymssql. It didn't implement BIGINT datatype. It is already fixed in CVS and a release is being prepared. I hope I will be able to finish it soon.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.