index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
jni
/
android_database_SQLiteConnection.cpp
Age
Commit message (
Expand
)
Author
2020-01-17
Add custom scalar/aggregate functions to SQLite.
Jeff Sharkey
2019-05-24
Update LOG_WINDOW format params.
Daniel Santiago Rivera
2017-10-20
Throw clear error if a row doesn't fit into CursorWindow
Fyodor Kupolov
2017-07-20
Merge "frameworks/base: use proper nativehelper headers" am: 826eafd958 am: 5...
Steven Moreland
2017-07-19
frameworks/base: use proper nativehelper headers
Steven Moreland
2017-06-28
Support for lookaside configuration params
Fyodor Kupolov
2015-09-22
constify JNINativeMethod function pointer tables
Daniel Micay
2014-11-19
Frameworks/base: Replace LOG_FATAL_IF in core/jni
Andreas Gampe
2014-11-13
Frameworks/base: Wall Werror in core/jni
Andreas Gampe
2014-01-08
AArch64: Use long for pointers
Ashok Bhat
2013-09-10
Remove dependency on JNIHelp header side effects.
Ruben Brunk
2012-12-20
Fix bugs regarding IllegalStateException during moving position in cursorwindow.
Jangwon Lee
2012-06-05
Report extended error information from SQLite.
Jeff Brown
2012-05-30
Increase busy timeout.
Jeff Brown
2012-04-19
Check whether db was really opened read/write.
Jeff Brown
2012-03-15
Port the SQLite locale setting code to Java.
Jeff Brown
2012-02-29
Externalize more SQLite configuration options.
Jeff Brown
2012-02-29
Don't throw if sqlite3_finalize returns an error.
Jeff Brown
2012-02-27
move CursorWindow from libbinder to libandroidfw
Mathias Agopian
2012-01-27
Implement a cancelation mechanism for queries.
Jeff Brown
2012-01-12
Rewrite SQLite database wrappers.
Jeff Brown