Small SQL formatting fix in tutorial
Found a small formatting slip while I was going through the tutorial, so I changed the line to be consistent with the rest of the SQL syntax.
This commit is contained in:
parent
e85ae9fb90
commit
84c4da9459
1 changed files with 1 additions and 1 deletions
|
|
@ -270,7 +270,7 @@ messages.
|
||||||
|
|
||||||
with app.app_context():
|
with app.app_context():
|
||||||
assert get_db().execute(
|
assert get_db().execute(
|
||||||
"select * from user where username = 'a'",
|
"SELECT * FROM user WHERE username = 'a'",
|
||||||
).fetchone() is not None
|
).fetchone() is not None
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue