Skip to content

Commit

Permalink
Introduction to Object Relational Mapping: SQL Alchemy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tafara-N committed Dec 3, 2024
1 parent c547c2f commit f6e696b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 0x0F-python-object_relational_mapping/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ guillaume@ubuntu:~/0x0F$

Wait, do you remember the previous task? Did you test `"Arizona'; TRUNCATE TABLE states ; SELECT * FROM states WHERE name = '"` as an input?

```
```bash
guillaume@ubuntu:~/0x0F$ ./2-my_filter_states.py root root hbtn_0e_0_usa "Arizona'; TRUNCATE TABLE states ; SELECT * FROM states WHERE name = '"
(2, 'Arizona')
guillaume@ubuntu:~/0x0F$ ./0-select_states.py root root hbtn_0e_0_usa
Expand Down

0 comments on commit f6e696b

Please sign in to comment.