RE: How to avoid SQL INJECTION in Google Ads API using Python?

2022-12-27 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Thanks for reaching out. Your inquiry seems to be specific to the Python client library. Please reach out to the Python client library owners, here. Regards, Matt Google Ads API Team ref:_00D1U1174p._5004Q2hNKvH:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us o

How to avoid SQL INJECTION in Google Ads API using Python?

2022-12-23 Thread 'Luiz Eduardo Da Cruz' via Google Ads API and AdWords API Forum
Hello, how are you? I searched some forums about how to prevent sql injection in python and saw that there are ways to use a code like the following: nome = "'Carlos' , idade = 80" cursor.execute("UPDATE cliente SET nome=%(nome)s WHERE idcliente=13", ({'nome': nome, })) Most of the examples I