Skip to content

Latest commit

 

History

History
253 lines (170 loc) · 6.94 KB

CHANGELOG.md

File metadata and controls

253 lines (170 loc) · 6.94 KB

Change Log

3.45.0

3.43.0

3.42.0

3.41.1

3.40.1

3.39.2

3.39.0

3.38.5

3.38.4

3.37.1

3.36.0

3.35.5

3.35.4

3.35.1

3.34.1

3.34.0

3.33.0

3.32.2

3.31.0

3.30.1

3.29.0

3.28.0

3.27.2

3.27.1

3.26.0

  • SQLite 3.26.0
  • Update org.apache.httpcomponents:httpclient dependency to 4.5.6
  • Update com.android.tools.build:gradle dependency to 3.2.1
  • Update gradle to 4.10.2
  • Update androidx.core:core dependency to 1.0.1
  • Switch to androidx for test libraries

3.25.3

  • SQLite 3.25.3
  • Switch to androidx libraries
  • Remove mips abi support
  • Fix hash collision in SQLiteCursor

3.25.2

3.25.1

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