Mike
|
b68bfe5ec5
|
added a flag to turn on or off an optimization depending on how you use the library
|
2012-04-09 22:53:37 -04:00 |
|
Mike
|
2a98efb74b
|
we now return the correct type for the rows
|
2012-04-09 20:52:27 -04:00 |
|
Mike
|
406c5cb8af
|
code cleanup
|
2012-04-09 17:29:38 -04:00 |
|
Mike
|
0760c53232
|
added sqlitePlugin.openDatabase("my_sqlite_database.sqlite3") to the api
|
2012-04-09 17:29:06 -04:00 |
|
Mike
|
5d989021a5
|
fixed bug with null callback
|
2012-04-09 17:11:26 -04:00 |
|
Chris Brody
|
81745981e0
|
Update README.md for DroidGap changes, common Lawnchair adapter
|
2012-04-09 20:41:07 +02:00 |
|
Mike
|
c3a7894788
|
removed unused code
|
2012-04-09 14:03:05 -04:00 |
|
Mike
|
42225eac36
|
fixed nested callback bug
|
2012-04-09 13:40:43 -04:00 |
|
Chris Brody
|
7402f0d3ad
|
sqlitePlugin.openDatabase() instead of window.my_openDatabase() in Android (DroidGap) version, fix Droid lawnchair adapter
|
2012-04-09 18:40:51 +02:00 |
|
Chris Brody
|
0aff2f23f7
|
Fix DroidGap/lawnchair-adapter-test/www/index.html to omit extra test
|
2012-04-09 18:21:52 +02:00 |
|
Chris Brody
|
813ba2b8b7
|
Initial adaptation of Lawnchair adapter from original WebKit version
|
2012-04-09 17:43:14 +02:00 |
|
Chris Brody
|
90dadd6619
|
Fix README note about API change
|
2012-04-09 17:04:04 +02:00 |
|
Mike
|
90b6902852
|
fixed bug with null params
|
2012-04-08 21:51:06 -04:00 |
|
Mike
|
d8618055c0
|
changed readme
|
2012-04-08 12:08:30 -04:00 |
|
Mike
|
adeebc1173
|
optimization - we don't want to call back into the js if the query had no callback
|
2012-04-08 12:02:24 -04:00 |
|
Mike
|
b500b78408
|
fix for inserting a null value
|
2012-04-08 10:46:05 -04:00 |
|
Mike
|
baa87f9e08
|
this version is a good base, seems to work ok
|
2012-04-08 10:19:39 -04:00 |
|
Mike
|
22c392ff02
|
initial checkin, kind of works but not ready yet
|
2012-04-07 23:08:44 -04:00 |
|
Mike
|
0a5dd20c3e
|
initial checkin
|
2012-04-06 20:23:28 -04:00 |
|
Mike
|
158bc8851e
|
first commit
|
2012-04-06 20:02:52 -04:00 |
|
Chris Brody
|
068d23bbc3
|
Fix Android plugin for Cordova 1.5+
|
2012-04-06 07:01:34 +02:00 |
|
Chris Brody
|
5b52836858
|
Move SQLitePlugin.java into com.phonegap.plugin.sqlitePlugin package
|
2012-04-06 06:36:18 +02:00 |
|
Chris Brody
|
105ff6dbb1
|
Rename back to SQLitePlugin for Cordova-iOS
|
2012-04-05 18:55:33 +02:00 |
|
Chris Brody
|
641b19daa3
|
First DroidGap (1.1) version, use at your own risk
|
2012-04-05 01:11:25 +02:00 |
|
Chris Brody
|
a9b94c2190
|
Replace SQLitePlugin constructor with sqliteNative.openDatabase()
|
2012-04-03 14:38:02 +02:00 |
|
Chris Brody
|
a9e99c12dc
|
Update README.md to changes in tx.executeSql() success callback for Cordova-iOS
|
2012-04-03 12:46:17 +02:00 |
|
Chris Brody
|
4df3314693
|
Update db.transaction() and tx.executeSql() callback in Cordova-iOS version
|
2012-04-03 12:44:21 +02:00 |
|
Chris Brody
|
44bd4ae17c
|
Cleanup API changes, etc. in README.md
|
2012-04-02 19:38:18 +02:00 |
|
Chris Brody
|
c729656c29
|
Changes in db.transaction(), tx.executeSql success callback in Legacy PhoneGap version (for peer review)
|
2012-04-02 03:17:39 +02:00 |
|
Chris Brody
|
6e334728c8
|
Fix typo in legacy PhoneGap code example
|
2012-04-02 02:47:12 +02:00 |
|
Chris Brody
|
fb86044011
|
Missed change to API in README.md
|
2012-04-02 01:51:39 +02:00 |
|
Chris Brody
|
7691027d75
|
Add basic lawnchair test suite from the lawnchair repository
|
2012-04-01 22:50:16 +02:00 |
|
Chris Brody
|
ae073173f4
|
Cordova-iOS version in subdirectory, keep legacy PhoneGap (iPhone) version in its own subdirectory
|
2012-04-01 22:10:22 +02:00 |
|
Iain Campion
|
08b113a959
|
coffeescript overlooked …
|
2012-03-28 21:45:36 +13:00 |
|
Iain Campion
|
971a859f68
|
Added changes as per @chbrody pull 24 for Cordova
https://github.com/davibe/Phonegap-SQLitePlugin/pull/24
Added changes as per @chbrody
|
2012-03-28 21:02:55 +13:00 |
|
Iain Campion
|
7428cd7384
|
Initial Upload of 1.5 Cordova changes.
|
2012-03-27 19:31:55 +13:00 |
|
Davide
|
34302bbde1
|
Merge pull request #21 from chbrody/README-fix
Fix README.md for PhoneGap 1.3 changes
|
2012-03-23 02:20:09 -07:00 |
|
Chris Brody
|
4fe8acc380
|
In README.md: document change to Plugins/PGSQLitePlugin.m for PG1.3, only 1 sqlite library
is required, add <h2> subsections to Installing, and warning to use the _first_
"Link Binary with Libraries" dropdown menu.
|
2012-03-23 08:55:19 +01:00 |
|
Davide Bertola
|
98076ebacd
|
Fix readme markdown formatting
|
2012-03-07 16:50:27 +01:00 |
|
Davide
|
615e5eb3ca
|
Merge pull request #6 from felixactv8/master
Compiling in XCode 4.2 with PhoneGap 1.3.0
|
2012-02-09 00:37:19 -08:00 |
|
felixactv8
|
1c1a9f0160
|
text changes
text changes to update
|
2012-01-31 18:56:03 -08:00 |
|
felixactv8
|
ba625d6036
|
PhoneGap 1.3.0
Included file changes in .h file for PhoneGap 1.3.0 implementation as
well as needed libraries in order for xcode to compile.
|
2012-01-31 18:54:54 -08:00 |
|
Davide
|
f4d756c2c5
|
Merge pull request #2 from vojto/master
You should be able to set database file used (Lawnchair adapter)
|
2011-12-04 00:19:57 -08:00 |
|
Vojto Rinik
|
a6798cb042
|
Adding db option to change the sqlite filename
|
2011-12-02 16:45:09 +01:00 |
|
Davide
|
6badbe15e4
|
Edited README.md via GitHub
|
2011-09-28 21:20:54 +03:00 |
|
Davide Bertola
|
6ca8109102
|
Merge contributions form @Joenoon, adapt README.md
|
2011-09-28 19:42:22 +02:00 |
|
Joe Noon
|
b60211ee87
|
adding lawnchair adapter, passes lawnchair spec
|
2011-09-27 05:39:37 -07:00 |
|
Joe Noon
|
09fb70f38d
|
adding a Makefile and caching the latest coffee output for people
who wont like just a coffee src file
|
2011-09-26 17:44:37 -07:00 |
|
Joe Noon
|
0f546fd088
|
markdown
|
2011-09-26 17:05:16 -07:00 |
|
Joe Noon
|
4d795d8425
|
removing incompatible files, updating readme
|
2011-09-26 16:58:05 -07:00 |
|