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

it does not work with ios 8 #16

Closed
fyears opened this issue Jan 21, 2015 · 4 comments
Closed

it does not work with ios 8 #16

fyears opened this issue Jan 21, 2015 · 4 comments

Comments

@fyears
Copy link

fyears commented Jan 21, 2015

No description provided.

@fyears
Copy link
Author

fyears commented Jan 21, 2015

I am wrong. It seems that it is because the sqlite version in my Python is too old. I install newer pysqlite library and import it as from pysqlite2 import dbapi2 as sqlite3, then it seems work.

@fyears fyears closed this as completed Jan 21, 2015
@t413
Copy link
Owner

t413 commented Jan 24, 2015

Pssw, I was worried when I saw this! Thanks Apple for keeping the same / compatible db format!

@fyears
Copy link
Author

fyears commented Jan 25, 2015

@t413 But please consider adding some code to check the sqlite version of python and try to update it if necessary. :-)

In fact, I am using not-old python 2.7.8, but still the sqlite included in python is not new enough.

I have to pip install pysqlite and then manually change ALL the import sqlite3 to from pysqlite2 import dbapi2 as sqlite3 in your code.

@m-urban
Copy link

m-urban commented Nov 13, 2016

Just in case that anyone stumbles over this thread: It's end of 2016 now, and I am afraid to report that my testing with iOS 9 was not successful today. It seems that the database schema has by changed quite a bit…

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

No branches or pull requests

3 participants