We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41ceb90 commit 955319aCopy full SHA for 955319a
1 file changed
test.py
@@ -37,5 +37,5 @@
37
CREATE INDEX idx_portfolio_snapshots_date ON portfolio_snapshots(date);
38
39
"""
40
- db.execute_query(query, fetch=FALSE)
+ db.execute_query(query, fetch=False)
41
0 commit comments