summaryrefslogtreecommitdiff
path: root/core/jni/android_database_SQLiteConnection.cpp
AgeCommit message (Expand)Author
2020-01-17Add custom scalar/aggregate functions to SQLite.Jeff Sharkey
2019-05-24Update LOG_WINDOW format params.Daniel Santiago Rivera
2017-10-20Throw clear error if a row doesn't fit into CursorWindowFyodor Kupolov
2017-07-20Merge "frameworks/base: use proper nativehelper headers" am: 826eafd958 am: 5...Steven Moreland
2017-07-19frameworks/base: use proper nativehelper headersSteven Moreland
2017-06-28Support for lookaside configuration paramsFyodor Kupolov
2015-09-22constify JNINativeMethod function pointer tablesDaniel Micay
2014-11-19Frameworks/base: Replace LOG_FATAL_IF in core/jniAndreas Gampe
2014-11-13Frameworks/base: Wall Werror in core/jniAndreas Gampe
2014-01-08AArch64: Use long for pointersAshok Bhat
2013-09-10Remove dependency on JNIHelp header side effects.Ruben Brunk
2012-12-20Fix bugs regarding IllegalStateException during moving position in cursorwindow.Jangwon Lee
2012-06-05Report extended error information from SQLite.Jeff Brown
2012-05-30Increase busy timeout.Jeff Brown
2012-04-19Check whether db was really opened read/write.Jeff Brown
2012-03-15Port the SQLite locale setting code to Java.Jeff Brown
2012-02-29Externalize more SQLite configuration options.Jeff Brown
2012-02-29Don't throw if sqlite3_finalize returns an error.Jeff Brown
2012-02-27move CursorWindow from libbinder to libandroidfwMathias Agopian
2012-01-27Implement a cancelation mechanism for queries.Jeff Brown
2012-01-12Rewrite SQLite database wrappers.Jeff Brown