You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: