marcucio / Cordova-WP-SqlitePlugin

14 stars 20 forks source link

Support for Aggregation Queries #26

Open vinay1989 opened 10 years ago

vinay1989 commented 10 years ago

Hi Marcucio,

I am building an hybrid application which is currently supported on Android and iOS. In this I am using below SQLite plugins for native database interaction. This plugin is working fine for all type of queries.

https://github.com/brodysoft/Cordova-SQLitePlugin

Recently I have also started development on Windows 8, here I came across your Windows 8 SQLite plugin. It is working fine except for Aggregation queries eg: (Count, Max, Min).

Do you have any plans to support this too. Currently app just crashes by throwing below error:

error in error callback: SQLitePlugin1700322532 = TypeError: Unable to get property 'replace' of undefined or null reference