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

Don't use a provided sqlite database #443

Merged
merged 5 commits into from
Feb 10, 2016
Merged

Don't use a provided sqlite database #443

merged 5 commits into from
Feb 10, 2016

Conversation

evert
Copy link
Member

@evert evert commented Jan 29, 2016

This can (and was) causing major issues for users. We can not provide a binary sqlite database, because different sqlite versions have different formats.

So we're removing this file and forcing the database to always be recreated with .sql files. Requires testing.

Fixes #381

This is ready for review @netgusto

@evert evert added the bug label Jan 29, 2016
@evert evert self-assigned this Jan 29, 2016
@evert evert added this to the version-0.3 milestone Jan 29, 2016
@evert evert changed the title Don't use a provide sqlite database Don't use a provided sqlite database Jan 29, 2016
@evert
Copy link
Member Author

evert commented Feb 10, 2016

Merging this. If you have objections later definitely let me know =)

evert added a commit that referenced this pull request Feb 10, 2016
Don't use a provided sqlite database
@evert evert merged commit d6ab894 into master Feb 10, 2016
@evert evert deleted the no-standard-sqlite-db branch February 10, 2016 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant