andialbrecht / crunchyfrog

Head over to RunSQLRun, the successor of CrunchyFrog
http://runsqlrun.org
GNU General Public License v3.0
5 stars 2 forks source link

specifying a port with SQL Server gives a "connect() got an unexpected keyword argument 'port'" #101

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I was trying to connect to another SQL Server running on a different port and 
when I specified the port number I got a pop-up saying the error reported on 
the summary.

If I specify the port appending it to the host like "server:4433" and leave the 
port field empty, it works until the next time I use crunchyfrog when it throws 
the same message.

Thanks.
Ernesto

Original issue reported on code.google.com by edo...@gmail.com on 11 Nov 2010 at 2:43

GoogleCodeExporter commented 9 years ago
That's right. The backend doesn't accept a port as a keyword argument. And 
unfortunately it's parsed on startup :-(

Original comment by albrecht.andi on 11 Nov 2010 at 2:51

GoogleCodeExporter commented 9 years ago
Fixed in revision 9d80ec4c29.

Thanks for reporting!

Original comment by albrecht.andi on 14 Nov 2010 at 7:19