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

Does this module protect against SQL injections? #116

Open fkroon opened 5 years ago

fkroon commented 5 years ago

Does this module protect against SQL injections in parameterised SQL? E.g., when passing something like ' OR 1=1 -- as a parameter, will this be escaped?

Thanks in advance for replying.