We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67ea42 commit 29dbb1bCopy full SHA for 29dbb1b
README.rst
@@ -72,7 +72,7 @@ Insert the following books into the database:
72
INSERT INTO book (title) VALUES ('The Children of Húrin');
73
COMMIT;
74
75
----
+----
76
77
Update the title of the book 'The Lord of Rings' to 'The Lord of the Rings':
78
@@ -84,7 +84,7 @@ Update the title of the book 'The Lord of Rings' to 'The Lord of the Rings':
84
WHERE title = 'The Lord of Rings';
85
86
87
88
89
**Book.query.all()**
90
@@ -95,7 +95,7 @@ Search for all books:
95
96
SELECT * FROM book;
97
98
99
100
**Book.query.filter_by(title=old_title).first()**:
101
docs/_static/bookmanager.png
428 Bytes
0 commit comments