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

How make a synchronous transaction? #36

Closed lelolenda closed 8 years ago

lelolenda commented 8 years ago

Eg. database.executeSql("query", [], null, null);

Not Working !

nolanlawson commented 8 years ago

There is no such thing as a synchronous transaction in either WebSQL or the SQLite Plugin. It is not technically possible and therefore is not supported. Please let me know if you can provide more details or if I didn't adequately answer the question, cheers.