object-layer / cordova-sqlite-plugin

Cordova SQLite plugin with a straightforward low-level API
Other
5 stars 15 forks source link

using existing NSData base64 encoding methods(iOS7+) #6

Closed justhappens closed 8 years ago

justhappens commented 8 years ago

Code from Cordova-sqlite-storage

mvila commented 8 years ago

Thanks @justhappens for this improvement but as you know the native part of this plugin comes from cordova-sqlite-storage and since I am not very confortable developing in Objective-C (here I coded only the JavaScript wrapper), I cannot confidently validate your pull request. So, I think the best is I take the all code from cordova-sqlite-storage.

justhappens commented 8 years ago

Thanks for your reply. The updated native code is actually from the latest version of cordova-sqlite-storage

mvila commented 8 years ago

OK I will update this repository with the last version of cordova-sqlite-storage. But since I have some apps in production, I need to make some tests and it could take awhile... Just for curiosity, are you using my plugin in production? If you do, why do you use it instead of the original cordova-sqlite-storage?

mvila commented 8 years ago

I updated the iOS code from cordova-sqlite-storage. So now the base64 encoding shouldn't be an issue anymore.