Skip to content

Latest commit

 

History

History
135 lines (81 loc) · 3.21 KB

CHANGELOG.md

File metadata and controls

135 lines (81 loc) · 3.21 KB

Change Log

3.24.0

3.23.1

  • SQLite 3.23.1
  • Add new enhanced custom function interfaces and methods

3.22.0

  • SQLite 3.22.0
  • Update android.arch.persistence:db dependency to 1.0.0
  • Improved error messaging on loading custom extensions
  • Increase CursorWindow size to match AOSP
  • Add custom extension and function loading to new SupportSQLiteDatabase API

3.21.0

  • SQLite 3.21.0
  • Support SupportSQLiteDatabase interfaces provided in android.arch.persistence:db
  • Support MIPS abi
  • Fix local reference overflow when using custom functions

3.20.1

3.20.0

3.19.3

3.19.2

3.18.0

  • SQLite 3.18.0
  • Fix conversion of strings larger than the available stack size (#35)

3.17.0

3.16.2

  • SQLite 3.16.2
  • Support additional SQLite open flags
  • Add methods from DatabaseUtils into base classes

3.16.0

3.15.1

3.15.0

3.14.2

  • SQLite 3.14.2
  • Removed code that disabled WAL when executing a ATTACH statement

3.14.1

3.14.0

  • SQLite 3.14.0
  • Support return value in SQLiteDatabase.CustomFunction
  • Support Object[] array in SQLiteDatabase query methods

3.13.0-3

  • Support x86_64 target

3.13.0-2

  • More proguard rules fixes

3.13.0-1

  • Fix proguard rules file

3.13.0

3.12.2-2

  • Minimum API level supported is now 9 (Gingerbread) previously was 15 (ICS)
  • Fix missing support lib dependency missing from maven POM publish

3.12.2-1

  • Fix native error code SQLITE_CANTOPEN(14) creating a database for the first time
  • Fix SQLiteOpenHelper setWriteAheadLoggingEnabled flag not passed to openDatabase
  • Change SQLiteGlobal default config values to match Android defaults

3.12.2

3.12.1-1

  • Fix CursorWindow deactivate/close
  • Fix Cursor setNotificationUri not working

3.12.1

  • SQLite 3.12.1
  • Support runtime extension loading
  • Support custom functions
  • beginTransactionDeferred/beginTransactionWithListenerDeferred added
  • CancellationSignal dependency changed to support-v4 from app-compat
  • Sources included in artifacts

3.12.0

  • Initial release with SQLite 3.12.0