-
Notifications
You must be signed in to change notification settings - Fork 123
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
Issue with migrating sqlite database from default cordova location #616
Comments
I close this as duplicate of #617 |
Can you point me to what solves this? I was looking through and was not finding a solution to my issue.
Adam Griffin
Senior Software Engineer
O 701.499.3620 | M 608.347.5402
omnibyte.com<https://www.omnibyte.com/>
CONFIDENTIALITY NOTICE<https://omnibyte.com/confidentiality/> | PRIVACY<https://omnibyte.com/privacy/>
…________________________________
From: Robin Genz ***@***.***>
Sent: Wednesday, January 22, 2025 3:03 PM
To: capacitor-community/sqlite ***@***.***>
Cc: Adam Griffin ***@***.***>; Author ***@***.***>
Subject: Re: [capacitor-community/sqlite] Issue with migrating sqlite database from default cordova location (Issue #616)
I close this as duplicate of #617<#617>
—
Reply to this email directly, view it on GitHub<#616 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AHFSHZQLCA2TZIDNL3U37FL2MABSJAVCNFSM6AAAAABVVH37ISVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMBYGI3DGMJTGY>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Unfortunately not, I would have to take a closer look myself first. However, I am currently working on the update to Capacitor 7. Maybe someone from the community has an idea. |
I tried to create a New Discussion, but it got closed.
Adam Griffin
Senior Software Engineer
O 701.499.3620 | M 608.347.5402
omnibyte.com<https://www.omnibyte.com/>
CONFIDENTIALITY NOTICE<https://omnibyte.com/confidentiality/> | PRIVACY<https://omnibyte.com/privacy/>
…________________________________
From: Robin Genz ***@***.***>
Sent: Wednesday, January 22, 2025 3:16 PM
To: capacitor-community/sqlite ***@***.***>
Cc: Adam Griffin ***@***.***>; Author ***@***.***>
Subject: Re: [capacitor-community/sqlite] Issue with migrating sqlite database from default cordova location (Issue #616)
Unfortunately not, I would have to take a closer look myself first. However, I am currently working on the update to Capacitor 7. Maybe someone from the community has an idea.
—
Reply to this email directly, view it on GitHub<#616 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AHFSHZRUT4DLZG5KCDKO5532MADEJAVCNFSM6AAAAABVVH37ISVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMBYGI4DONRZHE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
It's not closed. You're discussion is still open (unanswered): #617 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am facing an issue with the cordova sqlite database not getting migrated and then deleted.
This is the code using cordova in the previous version:
this.createdb = this.sqlite.create({ name: 'myapp.db', location: 'default' });
In my capacitor code, I have this:
When I use TestFlight to revert back to a cordova version of the app, all my data that I saved before updating to the new app is there. The new data does not show up in the app when I update.
The text was updated successfully, but these errors were encountered: