SQL login and password authentication PYTHON

0

I'm doing an authentication function to compare login and password with their login and password columns with the following

Inthecase,thefunctiondoescomparativewiththeloginbutwhenitexecutesthe'pas'commanditreturnsthefollowingerror:

"sqlite3.OperationalError: no such column: brenohass"

How can I search the password in the password column WHERE LOGIN = login_received?

    
asked by anonymous 12.11.2017 / 15:33

0 answers