summaryrefslogtreecommitdiffstats
path: root/core/jni/android_database_SQLiteConnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Frameworks/base: Replace LOG_FATAL_IF in core/jniAndreas Gampe2014-11-191-24/+11
* Frameworks/base: Wall Werror in core/jniAndreas Gampe2014-11-131-4/+0
* AArch64: Use long for pointersAshok Bhat2014-01-081-66/+66
* Remove dependency on JNIHelp header side effects.Ruben Brunk2013-09-101-0/+1
* Fix bugs regarding IllegalStateException during moving position in cursorwindow.Jangwon Lee2012-12-201-1/+1
* 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