summaryrefslogtreecommitdiffstats
path: root/core/jni/android_database_SQLiteConnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Report extended error information from SQLite.Jeff Brown2012-06-051-2/+2
* Increase busy timeout.Jeff Brown2012-05-301-2/+16
* Check whether db was really opened read/write.Jeff Brown2012-04-191-0/+7
* Port the SQLite locale setting code to Java.Jeff Brown2012-03-151-131/+8
* Externalize more SQLite configuration options.Jeff Brown2012-02-291-9/+0
* Don't throw if sqlite3_finalize returns an error.Jeff Brown2012-02-291-4/+4
* move CursorWindow from libbinder to libandroidfwMathias Agopian2012-02-271-1/+1
* Implement a cancelation mechanism for queries.Jeff Brown2012-01-271-1/+31
* Rewrite SQLite database wrappers.Jeff Brown2012-01-121-0/+959