Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Commit database after creating oauth_tokens table. Fixes #75 #76

Closed
wants to merge 2 commits into from

Commits on Jan 21, 2017

  1. Commit database after creating oauth_tokens table. Fixes sybrenstuvel#75

    
    
    This change seems to be required in Python 3.6.0. It works correctly without the db.commit() in 3.5.2 and earlier. Without the commit the first table, oauth_cache_db_version, gets created, but oauth_tokens does not.
    hunterji committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    e6c8004 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2017

  1. Configuration menu
    Copy the full SHA
    0fef18d View commit details
    Browse the repository at this point in the history