davidmartos96 / sqflite_sqlcipher

SQLite flutter plugin
BSD 2-Clause "Simplified" License
99 stars 44 forks source link

ios migration sqlcipher from 3 to 4 #60

Closed muhiddinxon closed 2 years ago

muhiddinxon commented 2 years ago

please add PRAGMA cipher_migrate ios and macos

davidmartos96 commented 2 years ago

I don't have plans to include that. You can follow the official guide to migrate to v4 in the SQLCipher forum to achieve the same result.

muhiddinxon commented 2 years ago

how can i upgrade db cipher version on ios and macos ??

davidmartos96 commented 2 years ago

@muhiddinxon Are you importing a database from assets, or are you migrating an app from iOS native which was using version 3 of sqlcipher?

muhiddinxon commented 2 years ago

@davidmartos96 i am importing a database from getApplicationDocumentsDirectory ,cipher version of all our databases is 3.x