Skip to content

Issue in Ch06, database.py #6

@bluekeybo

Description

@bluekeybo

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 += ';'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions