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

fix(ios): db migration issue fixed #39

Merged
merged 2 commits into from
Sep 30, 2019

Conversation

vijaysingh-axway
Copy link
Contributor

@vijaysingh-axway vijaysingh-axway commented Sep 13, 2019

@build
Copy link

build commented Sep 13, 2019

Messages
📖

💾 Here are the artifacts produced:

📖

✅ All tests are passing
Nice one! All 4 tests are passing.

Generated by 🚫 dangerJS against b8356ae

@garymathews
Copy link
Contributor

garymathews commented Sep 25, 2019

Can we just do this with the latest sqlcipher?

err = sqlite3_exec(_sqlite, [@"PRAGMA cipher_migrate;" UTF8String], NULL, NULL, &errMsg);

Or did we use non-default settings on iOS?

@vijaysingh-axway
Copy link
Contributor Author

Can we just do this with the latest sqlcipher?

err = sqlite3_exec(_sqlite, [@"PRAGMA cipher_migrate;" UTF8String], NULL, NULL, &errMsg);

Or did we use non-default settings on iOS?

Yeah, it's non-default settings.
I tried with your suggestion but not working.

@lokeshchdhry
Copy link
Contributor

FR Passed.

Migration happens successfully.

Module: 2.0.5 to 2.0.7

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

Successfully merging this pull request may close these issues.

None yet

4 participants