Busta117 / SQLiteUnityKit

Framework to connect with a SQLite database from Unity for iOS, Android, MAC , Windows
300 stars 77 forks source link

New DB file couldn't been override #3

Closed xiaobaDev closed 9 years ago

xiaobaDev commented 10 years ago

nice framework,and i adapt it to my work. but in my use,i found when i change the db file,it can't occur. because in the line 100 of SqliteDatabase.cs, it only check the exist of the DB file, can you consider the modify of the DB file? my solution is pick the "check the db exist code" to other place. because it is not the responsibility of SqliteDatabase to keep the db file synch.