marcucio / Cordova-WP-SqlitePlugin

14 stars 20 forks source link

Sqlite Plugin for WP8 is not working #20

Open DeepsM opened 10 years ago

DeepsM commented 10 years ago

Hi, I have tried your sample, and it is working fine. then I integrated into my application with cordova version 2.9.1. It calls the plugin but the value of "option" in

public void open(string options) { }

is ["System.Collections.Generic.Dictionary`2[System.String,System.Object]","SQLitePlugin1316014765"]

instead of {"dbName":"gid_native.sqlite3"}

Why is this happening?

Thanks.

gabrielmuresan commented 10 years ago

It might be because of the . (dot) in the database name. windows does not support files with special characters in them and since this solution creates a db file that might be the problem