practices-of-the-python-pro icon indicating copy to clipboard operation
practices-of-the-python-pro copied to clipboard

Issue in Ch06, database.py

Open bluekeybo opened this issue 5 years ago • 1 comments
trafficstars

In method select the query never gets a closing ; The query works but you should always add the semicolon. To fix it, add this right before the return statement: query += ';'

bluekeybo avatar Jun 20 '20 04:06 bluekeybo

Thanks @bluekeybo, I'll add this to the errata!

daneah avatar Jun 24 '20 14:06 daneah