Teradata / PyTd

A Python Module to make it easy to script powerful interactions with Teradata Database in a DevOps friendly way.
MIT License
108 stars 43 forks source link

udaExec.connect is breaking with @ in password #96

Closed praveen-kanamarlapudi closed 6 years ago

praveen-kanamarlapudi commented 6 years ago

My password contains @ and udaExec.connect is not creating connection. When I change the password it's working.

c = udaExec.connect(method="odbc", system='', username='', password='test@1234')

escheie commented 6 years ago

I am not able to reproduce your problem. I created a password with an "@" and had no problem logging in. What is the error you are getting?

praveen-kanamarlapudi commented 6 years ago

It's working fine. Sorry we probably messed up somewhere else. Thanks for checking it.