Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 968 Bytes

CHANGELOG.md

File metadata and controls

35 lines (23 loc) · 968 Bytes

Change Log

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