PyTd
PyTd copied to clipboard
Does this module protect against SQL injections?
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.