Skip to content

Update utils.py to fix sqlite3.OperationalError#10

Merged
simonw merged 1 commit intodogsheep:masterfrom
mattiaborsoi:master
Oct 12, 2020
Merged

Update utils.py to fix sqlite3.OperationalError#10
simonw merged 1 commit intodogsheep:masterfrom
mattiaborsoi:master

Conversation

@mattiaborsoi
Copy link
Contributor

Fixes the errors:

  • sqlite3.OperationalError: table posts has no column named text
  • sqlite3.OperationalError: table photos has no column named hasSticker

That will cause sqlite-utils to notice if there's a missing column and add it. As recommended by @simonw

Fixes the error sqlite3.OperationalError: table posts has no column named text
and
sqlite3.OperationalError: table photos has no column named hasSticker
@mattiaborsoi
Copy link
Contributor Author

This closes issue #8

@simonw simonw merged commit a5a2b5f into dogsheep:master Oct 12, 2020
simonw added a commit that referenced this pull request Oct 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants