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

no such table Exception #15

Open
qaavi opened this issue Nov 21, 2012 · 2 comments
Open

no such table Exception #15

qaavi opened this issue Nov 21, 2012 · 2 comments

Comments

@qaavi
Copy link

qaavi commented Nov 21, 2012

The issue is that the Database doesn't get copied to Documents directory from Bundle. So may be the developer is supposed to do it him/herself

@mrmmattson
Copy link

Have you checked to see if the documents directory already contains a copy of your database? If the app has already created the database in the documents directory, then it won't copy it over again. You will need to make sure that if you modify the database in bundle directory that you have completely deleted the copy in your documents directory to see the reflected changes.

@qaavi
Copy link
Author

qaavi commented Nov 21, 2012

Thank you so much for considering the issue and replying in time.

Sorry, actually I was mistaken. The actual problem is that the database in
the bundle directory doesn't get copied in the Documents directory. I
manually copied the database to the documents directory, and it works. So
may be you've to visit the code that copies database from Bundle to
documents directory.

Best regards,

On Wed, Nov 21, 2012 at 7:12 PM, mrmmattson notifications@github.comwrote:

Have you checked to see if the documents directory already contains a copy
of your database? If the app has already created the database in documents
directory, then it won't copy it over again. You will need to make sure
that if you modify the database in bundle directory that you have
completely deleted the copy in your documents directory to see the
reflected changes.


Reply to this email directly or view it on GitHubhttps://github.com//issues/15#issuecomment-10598231.

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

2 participants