nolanlawson / cordova-plugin-sqlite-2

Native SQLite database API for Cordova/PhoneGap/Ionic, modeled after WebSQL (UNMAINTAINED)
https://nolanlawson.com/2016/04/10/introducing-the-cordova-sqlite-plugin-2/
Apache License 2.0
168 stars 28 forks source link

Correctly handling SQLITE_BLOB (iOS) + PRAGMA query (Android) #55

Closed qkdreyer closed 6 years ago

qkdreyer commented 6 years ago
nolanlawson commented 6 years ago

Thank you very much for the PR. Could you please explain what problem this solves, and ideally add a new test case to demonstrate what it's fixing?

The Travis failures appear to be unrelated, I'll look into that...

nolanlawson commented 6 years ago

Hmm GitHUb also says the fork for this PR isn't available anymore? :confused:

nolanlawson commented 6 years ago

related: #60