davibe / Phonegap-SQLitePlugin

A phonegap plugin to open and use sqlite databases on iOS.
191 stars 90 forks source link

Issue 17: Document changing JSONRepresentation to JSONString for PhoneGap 1.3 #18

Closed brodybits closed 12 years ago

brodybits commented 12 years ago

I raised Issue #17 to document that [resultSet JSONString] must be used in place of [resultSet JSONRepresentation] in Plugins/PGSQLitePlugin.m. I have made this change in my Issue-17 branch and hereby send a pull request. In addition, I added and propose some level-2 headers to make the Installation section a little easier to read.

davibe commented 12 years ago

I think those commits can be squashed into one. The stable version of phonega is 1.5. Does this work for phonegap 1.5 too ?

brodybits commented 12 years ago

Sorry, I tried to squash the commits but the 3 commits are pushed to master and I cannot take them back. I have closed this pull request.