igorizr1 / wSQL

wSQL - angularJS active record module for WebSQLite database - database in the browser. U can persist your data for your PhoneGap HTML5 applications build with ionic or angular. Good solution for mobile applications with offline mode.
http://igorizr1.github.io/wSQL/
34 stars 8 forks source link

Problem with module on IOS #1

Closed webquali closed 9 years ago

webquali commented 9 years ago

Hello your module work great. But today I get problem on IOS. When I do insert to table, ten I cannot get insertId, it's empty. But the same functional great working on browser. Can you help me to understand where problem?

igorizr1 commented 9 years ago

Hello, I didn't faced this issue before. Which iOS version are u using and which device? May u please console.log(results) on the line 95 in /src/wSQL.js and provide logs?

That would be really helpfull.