android-sqlite-asset-helper
android-sqlite-asset-helper copied to clipboard
An Android helper class to manage database creation and version management using an application's raw asset files
Hi, i fix #115 #88 Add ignore separator command in text field in upgrade script.
fixes some memory leaks Thanks to CoolMind. contribution source: https://github.com/jgilfelt/android-sqlite-asset-helper/issues/59 https://github.com/jgilfelt/android-sqlite-asset-helper/issues/62
I don't always update the bundled .db file when I add a new schema version but instead I add an upgrade script .sql file (e.g. database.db_upgrade_2-3.sql) and accodingly increment (e.g....
Newly created database is now identified by flag instead of looking if the version number is 0
This adds support for single quote string delimiters (as is the default with SQLite's own .dump command) and for escaped delimiters inside strings.
I noticed that by default this isn't a library. Adding this flag in makes it easier to use as a library, including automatically compiling the code on Eclipse. Also, it...
Hi Jeff, I think I messed with whitespaces, so ?w=1 should do it https://github.com/RookieGuy/android-sqlite-asset-helper/compare/jgilfelt:master...master?w=1 How about merging this if you like what you see? Regards Klaus