Skip to content

Tags: morristech/android_external_sqlite

Tags

cm-7.1.0

Toggle cm-7.1.0's commit message
sqlite: Enable readline support in sqlite3 build

Change-Id: I91827f08bf73917cad3d7620775acb827c535497

cm-7.0.3

Toggle cm-7.0.3's commit message
SQLite: Enable fdatasync for SQLite.

SQLite library recommends usage of fdatasync when available.
Since it is available for linux, enable it. This gives better
performance compared to fsync.

cm-7.0.2.1

Toggle cm-7.0.2.1's commit message
SQLite: Enable fdatasync for SQLite.

SQLite library recommends usage of fdatasync when available.
Since it is available for linux, enable it. This gives better
performance compared to fsync.

cm-7.0.1

Toggle cm-7.0.1's commit message
SQLite: Enable fdatasync for SQLite.

SQLite library recommends usage of fdatasync when available.
Since it is available for linux, enable it. This gives better
performance compared to fsync.

cm-7.0.0

Toggle cm-7.0.0's commit message
SQLite: Enable fdatasync for SQLite.

SQLite library recommends usage of fdatasync when available.
Since it is available for linux, enable it. This gives better
performance compared to fsync.