summaryrefslogtreecommitdiff
path: root/android/sqlite3_android.cpp
diff options
context:
space:
mode:
authorFyodor Kupolov <fkupolov@google.com>2017-08-02 11:03:04 -0700
committerFyodor Kupolov <fkupolov@google.com>2017-08-02 11:07:04 -0700
commita0540df7996767c3404874ec8d99df67a763cbe6 (patch)
tree86f33d424ca772bd55bc6abbe2d40d76871a6d36 /android/sqlite3_android.cpp
parent03856f0cb8344fdf6de921791106ca87f38cda20 (diff)
sqlite: Upgrade to SQLite 3.19.4
Downloaded from https://sqlite.org/src/tarball/SQLite-2dd0c77d.tar.gz $ shasum SQLite-2dd0c77d.tar.gz 354575e725f1301ed52984bd06d7b803b2134f5a SQLite-2dd0c77d.tar.gz Unpack and run "./configure; make sqlite3.c" to generate the "sqlite3.c", "sqlite3.h", "shell.c", and "sqlite3ext.h" source files dist/orig contains the stock sqlite3 code, as generated from the tar.gz file above. This release provides a fix for https://sqlite.org/src/info/de3403bf5ae5f72ed The proposed solution makes column names more consistent and easier to understand. It also makes the implementation smaller and simpler and helps it to run a little faster. However, there may be legacy programs that depended on the old behavior (shifting the column naming rule from (2) to (3) when using the query flattener) and those legacy programs could potentially break due to this change. Test: manual + SQLiteDatabaseTest CTS test Bug: 62431773 Change-Id: I44f9bafe888b22b040fa1827962c421b4eab0c3a
Diffstat (limited to 'android/sqlite3_android.cpp')
0 files changed, 0 insertions, 0 deletions