issues Search Results · repo:cs50/python-cs50 language:Python
Filter by
64 results
(85 ms)64 results
incs50/python-cs50 (press backspace or delete to remove)After completing the CS50 Finance assignment, I attempted to move the application to Heroku. I converted the SQLite3
database over to Postgres. I am able to connect to the Heroku database using: from CS50 ...
bug
99nsx
- 3
- Opened on Apr 29, 2020
- #118
- https://www.sqlite.org/lang_select.html#orderby
- https://www.reddit.com/r/cs50/comments/g8nxh6/dbexecute_parameter_remove_quoted/
Unfortunately, sqlparse doesn t give us much contextual information ...
bug
dmalan
- 1
- Opened on Apr 26, 2020
- #117
SAURABH22KAR
- Opened on Apr 24, 2020
- #116
### Note: This does not happen on CS50 Web IDE. ### Note: I was using VSCode on my PC. ### Note: It is not necessarily
an issue, but I think you should definitely point it out in the course.
While working ...
bug
Filip62
- 2
- Opened on Dec 31, 2019
- #107
To solve, e.g.:
likes = []
for keyword in keywords:
likes.append( name LIKE + str(db._escape( % + keyword + % )))
ors = OR .join(likes)
catalog = db.execute(f SELECT * FROM catalog WHERE overall_eval ...
bug
enhancement
dmalan
- 1
- Opened on Dec 6, 2019
- #102
SQLite seems to return 0 when using INSERT OR IGNORE and there s an IntegrityError. Perhaps SQL.execute should return
None in such cases instead of 0 for clarity.
enhancement
dmalan
- 1
- Opened on Nov 21, 2019
- #101
Currently, a syntax error (e.g., a missing paren) might yield this output from SQL.execute, with the DEBUG line in red:
DEBUG:cs50:INSERT INTO tbl (id, foo VALUES(1, NULL)
Traceback (most recent call ...
enhancement
dmalan
- 2
- Opened on Nov 21, 2019
- #99

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.