Passthrough authentication for MSSQL

Issue #488 resolved
Former user created an issue

MSSQL servers allow for authentication to be supplied by the OS. This is done different ways on different interface drivers. Of the three which SA supports, adodbapi and pyodbc support it; pymssql doesn't. The patch attached supports passthrough by not specifying a username-parameter (mssql://server/dbname). I wasn't sure what to do re testing so I attach a standalone test module which takes 4 params: server dbname username password. This will then run through the different module combinations reporting success or failure.

Ummm... how do I attach patches etc?

Comments (8)

  1. paj
    • changed milestone to 0.3.6

    This patch looks basically good, but the posted version re-introduces a bug fixed in #371. I'll post an alternative patch.

  2. Former user Account Deleted

    Good point; I was so busy rewriting, I didn't look to see what I was rewriting. Thanks for catching it!

  3. Former user Account Deleted

    (original author: ram) Comittted in rev 2412 and after hitting the Trac login button like 26 times. Thanks, guys.

  4. Log in to comment