shuiyouren / sqlitepersistentobjects

Automatically exported from code.google.com/p/sqlitepersistentobjects
0 stars 0 forks source link

[PATCH] Make databaseFilepath method public. #75

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
See Issue 72.

One maybe want to copy a pre-filled version of the database on the first run, 
but there is no 
(public) way to obtain where the database will be created. Making public the 
method 
SQLitePersistentObjects uses to obtain the database path, will allow people to 
use it to copy the 
database from the application bundle, or backing up the database before 
dangerous operations.

Original issue reported on code.google.com by drodrigu...@gmail.com on 24 Sep 2009 at 10:20

Attachments: