mirror of
https://github.com/moparisthebest/PhoneGap-SQLitePlugin-Android
synced 2024-11-29 11:52:16 -05:00
markdown
This commit is contained in:
parent
4d795d8425
commit
0f546fd088
34
README.md
34
README.md
@ -17,27 +17,27 @@ DISCLAIMER:
|
|||||||
|
|
||||||
Added:
|
Added:
|
||||||
|
|
||||||
obj-c:
|
- obj-c:
|
||||||
batch execution support
|
- batch execution support
|
||||||
query parameter binding
|
- query parameter binding
|
||||||
perform after delay so js-objc call doesn't need to wait for response
|
- perform after delay so js-objc call doesn't need to wait for response
|
||||||
callbacks moved out of instance and into options of each method call
|
- callbacks moved out of instance and into options of each method call
|
||||||
path just takes filename, and path is put in Documents folder
|
- path just takes filename, and path is put in Documents folder
|
||||||
added rowsAffected, insertId
|
- added rowsAffected, insertId
|
||||||
success callback response is { insertId: x, rowsAffected: y, rows: z }
|
- success callback response is { insertId: x, rowsAffected: y, rows: z }
|
||||||
error callback response is { message: x }
|
- error callback response is { message: x }
|
||||||
|
|
||||||
js (coffeescript):
|
- js (coffeescript):
|
||||||
new implementation
|
- new implementation
|
||||||
first cut transaction support
|
- first cut transaction support
|
||||||
callbacks per-statement, even within transaction
|
- callbacks per-statement, even within transaction
|
||||||
somewhat similar api to the webkit/phonegap default
|
- somewhat similar api to the webkit/phonegap default
|
||||||
|
|
||||||
Removed:
|
Removed:
|
||||||
|
|
||||||
quota limit webkit html5 db patching
|
- quota limit webkit html5 db patching
|
||||||
exit from app
|
- exit from app
|
||||||
(I don't think either of these would make it through the approval process)
|
- (I don't think either of these would make it through the approval process)
|
||||||
|
|
||||||
Other notes:
|
Other notes:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user