File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ ## 3.12.2-1
5+
6+ - Fix native error code SQLITE_CANTOPEN(14) creating a database for the first time
7+ - Fix SQLiteOpenHelper setWriteAheadLoggingEnabled flag not passed to openDatabase
8+ - Change SQLiteGlobal default config values to match Android defaults
9+
410## 3.12.2
511
612- [ SQLite 3.12.2] ( https://www.sqlite.org/releaselog/3_12_2.html )
Original file line number Diff line number Diff line change 4545
4646``` gradle
4747dependencies {
48- compile 'io.requery:sqlite-android:3.12.2'
48+ compile 'io.requery:sqlite-android:3.12.2-1 '
4949}
5050```
5151Then change usages of ` android.database.sqlite.SQLiteDatabase ` to
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ apply plugin: 'com.jfrog.bintray'
1010import de.undercouch.gradle.tasks.download.Download
1111
1212group = ' io.requery'
13- version = ' 3.12.2'
13+ version = ' 3.12.2-1 '
1414description = ' Android SQLite compatibility library'
1515
1616gradle. projectsEvaluated {
You can’t perform that action at this time.
0 commit comments