marcucio/Cordova-WP-SqlitePlugin

Support for Aggregation Queries

Opened this issue · 0 comments

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